diff options
author | Gabriel Mazetto <gabriel@gitlab.com> | 2016-07-14 03:57:47 +0200 |
---|---|---|
committer | Gabriel Mazetto <gabriel@gitlab.com> | 2016-08-04 18:55:37 +0200 |
commit | a5c1e2e55e6345192cf01dc422c07b894195a0d2 (patch) | |
tree | ea2e742f040c855983fa80597931f36f097bcd31 /config/resque.yml.example | |
parent | 32bb42119527891bbc5cf3b86af8a75b8ac28ed6 (diff) | |
download | gitlab-ce-a5c1e2e55e6345192cf01dc422c07b894195a0d2.tar.gz |
Added Redis Sentinel support documentation
Diffstat (limited to 'config/resque.yml.example')
-rw-r--r-- | config/resque.yml.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/resque.yml.example b/config/resque.yml.example index 20a1c07690f..0c19d8bc1d3 100644 --- a/config/resque.yml.example +++ b/config/resque.yml.example @@ -22,7 +22,7 @@ production: # http://redis.io/topics/sentinel # # You must specify a list of a few sentinels that will handle client connection - # please read here for more information: https://github.com/redis/redis-rb#sentinel-support + # please read here for more information: https://docs.gitlab.com/ce/administration/high_availability/redis.html ## # url: redis://master:6379 # sentinels: |