Reduce heading levels by 1.

This commit is contained in:
steveperry-53
2017-01-18 10:18:37 -08:00
parent 0f6b992771
commit 02d17ade5f
40 changed files with 178 additions and 187 deletions
@@ -22,7 +22,7 @@ for database debugging.
{% capture steps %}
### Creating a pod to run a Redis server
## Creating a pod to run a Redis server
1. Create a pod:
@@ -51,7 +51,7 @@ for database debugging.
6379
### Forward a local port to a port on the pod
## Forward a local port to a port on the pod
1. Forward port 6379 on the local workstation to port 6379 of redis-master pod:
@@ -77,7 +77,7 @@ for database debugging.
{% capture discussion %}
### Discussion
## Discussion
Connections made to local port 6379 are forwarded to port 6379 of the pod that
is running the Redis server. With this connection in place you can use your