Commit b3e867ce authored by Gabriel Mazetto's avatar Gabriel Mazetto

Fix troubleshooting command to include host and quote password

parent a546b76a
......@@ -863,7 +863,7 @@ You can check if everything is correct by connecting to each server using
`redis-cli` application, and sending the `info replication` command as below.
```
/opt/gitlab/embedded/bin/redis-cli -a <redis-password> info replication
/opt/gitlab/embedded/bin/redis-cli -h <redis-host-or-ip> -a '<redis-password>' info replication
```
When connected to a `master` redis, you will see the number of connected
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment