Commit c43b5400 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Move experimental heading at the bottom under changelog

parent 646f81af
...@@ -19,28 +19,29 @@ that comes bundled with Omnibus GitLab packages. ...@@ -19,28 +19,29 @@ that comes bundled with Omnibus GitLab packages.
- [Using an external Redis server](#using-an-external-redis-server) - [Using an external Redis server](#using-an-external-redis-server)
- [High Availability with Sentinel](#high-availability-with-sentinel) - [High Availability with Sentinel](#high-availability-with-sentinel)
- [Prerequisites](#prerequisites) - [Prerequisites](#prerequisites)
- [Redis setup](#redis-setup) - [Redis setup](#redis-setup)
- [Experimental Redis Sentinel support](#experimental-redis-sentinel-support) - [Sentinel setup](#sentinel-setup)
- [Sentinel setup](#sentinel-setup) - [Recommended setup](#recommended-setup)
- [Recommended setup](#recommended-setup)
- [Configuring instances using Omnibus](#configuring-instances-using-omnibus) - [Configuring instances using Omnibus](#configuring-instances-using-omnibus)
- [Existing single-machine installation](#existing-single-machine-installation) - [Existing single-machine installation](#existing-single-machine-installation)
- [Configuring Master Redis instance](#configuring-master-redis-instance) - [Configuring Master Redis instance](#configuring-master-redis-instance)
- [Configuring Slave Redis instances](#configuring-slave-redis-instances) - [Configuring Slave Redis instances](#configuring-slave-redis-instances)
- [Configuring Sentinel instances](#configuring-sentinel-instances) - [Configuring Sentinel instances](#configuring-sentinel-instances)
- [Community Edition](#community-edition) - [Community Edition](#community-edition)
- [Enterprise Edition](#enterprise-edition) - [Enterprise Edition](#enterprise-edition)
- [GitLab setup](#gitlab-setup) - [GitLab setup](#gitlab-setup)
- [Example Configurations](#example-configurations) - [Example Configurations](#example-configurations)
- [Configuration for Redis Master](#configuration-for-redis-master) - [Configuration for Redis Master](#configuration-for-redis-master)
- [Configuration for Redis Slave](#configuration-for-redis-slave) - [Configuration for Redis Slave](#configuration-for-redis-slave)
- [Configuration for Sentinel (EE only)](#configuration-for-sentinel-ee-only) - [Configuration for Sentinel (EE only)](#configuration-for-sentinel-ee-only)
- [Control running services](#control-running-services) - [Control running services](#control-running-services)
- [Troubleshooting](#troubleshooting) - [Troubleshooting](#troubleshooting)
- [Redis replication](#redis-replication) - [Redis replication](#redis-replication)
- [Sentinel](#sentinel) - [Sentinel](#sentinel)
- [Omnibus GitLab](#omnibus-gitlab) - [Omnibus GitLab](#omnibus-gitlab)
- [Changelog](#changelog)
- [Experimental Redis Sentinel support](#experimental-redis-sentinel-support)
<!-- END doctoc generated TOC please keep comment here to allow auto update --> <!-- END doctoc generated TOC please keep comment here to allow auto update -->
...@@ -160,13 +161,6 @@ a failover, as the nodes will be managed by the Sentinels, and even after a ...@@ -160,13 +161,6 @@ a failover, as the nodes will be managed by the Sentinels, and even after a
`gitlab-ctl reconfigure`, they will get their configuration restored by `gitlab-ctl reconfigure`, they will get their configuration restored by
the same Sentinels. the same Sentinels.
### 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.
### Sentinel setup ### Sentinel setup
Sentinels watches both other sentinels and Redis nodes. Whenever a Sentinel Sentinels watches both other sentinels and Redis nodes. Whenever a Sentinel
...@@ -815,6 +809,19 @@ To make sure your configuration is correct: ...@@ -815,6 +809,19 @@ To make sure your configuration is correct:
You should see a different port after a few seconds delay You should see a different port after a few seconds delay
(the failover/reconnect time). (the failover/reconnect time).
## Changelog
Changes to Redis HA over time.
### 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.
--- ---
Read more on high-availability configuration: Read more on high-availability configuration:
......
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