diff options
author | Chenjerai Katanda <ckatanda@gitlab.com> | 2017-11-21 07:00:52 +0000 |
---|---|---|
committer | Chenjerai Katanda <ckatanda@gitlab.com> | 2017-11-21 07:00:52 +0000 |
commit | b75d44c7a5d86fdeb2905ff9a6d8fc0ef291c5ca (patch) | |
tree | 4091c8cff218d7aed03590f26a9c3b898c558a04 | |
parent | 2788fa4c96da48025a048a7b29d806aaee9a362d (diff) | |
download | gitlab-ce-b75d44c7a5d86fdeb2905ff9a6d8fc0ef291c5ca.tar.gz |
Add redis_sentinel_roledocs-ha-redis-roles
-rw-r--r-- | doc/administration/high_availability/redis.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/administration/high_availability/redis.md b/doc/administration/high_availability/redis.md index a8273e922d7..6a891629457 100644 --- a/doc/administration/high_availability/redis.md +++ b/doc/administration/high_availability/redis.md @@ -397,7 +397,7 @@ multiple machines with the Sentinel daemon. be duplicate below): ```ruby - redis_sentinel_role['enable'] = true + roles ['redis_sentinel_role'] # Must be the same in every sentinel node redis['master_name'] = 'gitlab-redis' |