From 0f951737af830163260a9535990a18fba130b443 Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Wed, 16 Nov 2016 13:56:31 +0100 Subject: Remove experimental heading and move note at the top [ci skip] --- doc/administration/high_availability/redis.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'doc/administration') 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) @@ -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: -- cgit v1.2.3