Commit 618d674a authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'docs-redis-sentinel-master-password' into 'master'

need redis[master_password] instead of redis[password]

See merge request gitlab-org/gitlab-ee!6791
parents f017e331 f9eba6c9
...@@ -402,7 +402,7 @@ multiple machines with the Sentinel daemon. ...@@ -402,7 +402,7 @@ multiple machines with the Sentinel daemon.
redis['master_name'] = 'gitlab-redis' redis['master_name'] = 'gitlab-redis'
# The same password for Redis authentication you set up for the master node. # The same password for Redis authentication you set up for the master node.
redis['password'] = 'redis-password-goes-here' redis['master_password'] = 'redis-password-goes-here'
# The IP of the master Redis node. # The IP of the master Redis node.
redis['master_ip'] = '10.0.0.1' redis['master_ip'] = '10.0.0.1'
......
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