summaryrefslogtreecommitdiff
path: root/config/redis.cache.yml.example
diff options
context:
space:
mode:
Diffstat (limited to 'config/redis.cache.yml.example')
-rw-r--r--config/redis.cache.yml.example6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/redis.cache.yml.example b/config/redis.cache.yml.example
index 27478f0a93e..b20f1dd2122 100644
--- a/config/redis.cache.yml.example
+++ b/config/redis.cache.yml.example
@@ -10,7 +10,7 @@ development:
# host: localhost
# port: 26380 # point to sentinel, not to redis port
# -
- # host: slave2
+ # host: replica2
# port: 26380 # point to sentinel, not to redis port
test:
url: redis://localhost:6379/10
@@ -31,8 +31,8 @@ production:
# url: redis://master:6380
# sentinels:
# -
- # host: slave1
+ # host: replica1
# port: 26380 # point to sentinel, not to redis port
# -
- # host: slave2
+ # host: replica2
# port: 26380 # point to sentinel, not to redis port