diff options
author | Gabriel Mazetto <gabriel@gitlab.com> | 2016-08-04 18:55:24 +0200 |
---|---|---|
committer | Gabriel Mazetto <gabriel@gitlab.com> | 2016-08-04 19:02:39 +0200 |
commit | ce41b5c73f7574ec19c47f24e9450ff1b54ef1b1 (patch) | |
tree | db17ab592b3da0e969e2fd4a27bd3d9708cce18e /doc | |
parent | 45b392b2033e3704ca641547e001fcc6df599a88 (diff) | |
download | gitlab-ce-ce41b5c73f7574ec19c47f24e9450ff1b54ef1b1.tar.gz |
Small refactor and a few documentation fixes
Diffstat (limited to 'doc')
-rw-r--r-- | doc/administration/high_availability/redis.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/administration/high_availability/redis.md b/doc/administration/high_availability/redis.md index 65ab8e387cd..bc424330656 100644 --- a/doc/administration/high_availability/redis.md +++ b/doc/administration/high_availability/redis.md @@ -59,9 +59,9 @@ Redis. ## Experimental Redis Sentinel support -> [Introduced][ce-1877] in GitLab 8.10. +> [Introduced][ce-1877] in GitLab 8.11. -Since GitLab 8.10, you can configure a list of Redis Sentinel servers that +Since GitLab 8.11, you can configure a list of Redis Sentinel servers that will monitor a group of Redis servers to provide you with a standard failover support. |