Commit 0f951737 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Remove experimental heading and move note at the top

[ci skip]
parent a9f7ce47
# Configuring Redis for GitLab HA # 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** High Availability with [Redis] is possible using a **Master** x **Slave**
topology with a [Redis Sentinel][sentinel] service to watch and automatically topology with a [Redis Sentinel][sentinel] service to watch and automatically
start the failover procedure. start the failover procedure.
...@@ -52,7 +58,6 @@ Omnibus GitLab packages. ...@@ -52,7 +58,6 @@ Omnibus GitLab packages.
- [Troubleshooting Redis replication](#troubleshooting-redis-replication) - [Troubleshooting Redis replication](#troubleshooting-redis-replication)
- [Troubleshooting Sentinel](#troubleshooting-sentinel) - [Troubleshooting Sentinel](#troubleshooting-sentinel)
- [Changelog](#changelog) - [Changelog](#changelog)
- [Experimental Redis Sentinel support](#experimental-redis-sentinel-support)
- [Further reading](#further-reading) - [Further reading](#further-reading)
<!-- END doctoc generated TOC please keep comment here to allow auto update --> <!-- END doctoc generated TOC please keep comment here to allow auto update -->
...@@ -871,14 +876,6 @@ Changes to Redis HA over time. ...@@ -871,14 +876,6 @@ Changes to Redis HA over time.
- Experimental Redis Sentinel support was added - 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 ## Further reading
Read more on High Availability: Read more on High Availability:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment