summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-11-16 13:56:31 +0100
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-11-16 13:56:31 +0100
commit0f951737af830163260a9535990a18fba130b443 (patch)
tree1ea2ae8a02c29d7d94853b46d52569ff2a88db25
parenta9f7ce47f9f0752e312340e1e7db7e59c0597652 (diff)
downloadgitlab-ce-0f951737af830163260a9535990a18fba130b443.tar.gz
Remove experimental heading and move note at the top
[ci skip]
-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: