summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/administration/high_availability/redis.md15
1 files changed, 6 insertions, 9 deletions
diff --git a/doc/administration/high_availability/redis.md b/doc/administration/high_availability/redis.md
index a87c1dde55d..f9bc4f59345 100644
--- a/doc/administration/high_availability/redis.md
+++ b/doc/administration/high_availability/redis.md
@@ -1,5 +1,11 @@
# Configuring Redis for GitLab HA
+>
+Experimental Redis Sentinel support was [Introduced][ce-1877] in GitLab 8.11.
+Starting with 8.14, Redis Sentinel is no longer experimental.
+If you've used it with versions `< 8.14` before, please check the updated
+documentation here.
+
High Availability with [Redis] is possible using a **Master** x **Slave**
topology with a [Redis Sentinel][sentinel] service to watch and automatically
start the failover procedure.
@@ -52,7 +58,6 @@ Omnibus GitLab packages.
- [Troubleshooting Redis replication](#troubleshooting-redis-replication)
- [Troubleshooting Sentinel](#troubleshooting-sentinel)
- [Changelog](#changelog)
- - [Experimental Redis Sentinel support](#experimental-redis-sentinel-support)
- [Further reading](#further-reading)
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
@@ -871,14 +876,6 @@ Changes to Redis HA over time.
- Experimental Redis Sentinel support was added
-### Experimental Redis Sentinel support
-
->
-Experimental Redis Sentinel support was [Introduced][ce-1877] in GitLab 8.11.
-Starting with 8.14, Redis Sentinel is no longer experimental.
-If you used with versions `< 8.14` before, please check the updated
-documentation here.
-
## Further reading
Read more on High Availability: