Commit 4b0cf14b authored by Evan Read's avatar Evan Read

Merge branch '60782-docs-redis-troubleshooting-replication' into 'master'

Docs feedback: Redis Troubleshooting Replication

Closes #60782

See merge request gitlab-org/gitlab-ce!28936
parents 2ad5b30b b3e867ce
......@@ -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