Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'config/redis.yml.example')
-rw-r--r--config/redis.yml.example10
1 files changed, 8 insertions, 2 deletions
diff --git a/config/redis.yml.example b/config/redis.yml.example
index 950a98c9fd6..f4650f4b115 100644
--- a/config/redis.yml.example
+++ b/config/redis.yml.example
@@ -3,7 +3,10 @@ development:
chat:
cluster:
- redis://localhost:7001
- cluster_cache:
+ cache:
+ cluster:
+ - redis://localhost:7001
+ cluster_shared_state:
cluster:
- redis://localhost:7001
feature_flag:
@@ -17,7 +20,10 @@ test:
chat:
cluster:
- redis://localhost:7001
- cluster_cache:
+ cache:
+ cluster:
+ - redis://localhost:7001
+ cluster_shared_state:
cluster:
- redis://localhost:7001
feature_flag: