Fixes typo for redis.conf (#10072)

Fixes typo for redis.conf
This commit is contained in:
YEONCHEOL JANG
2022-01-09 08:08:55 +02:00
committed by GitHub
parent 7cd6a64d2f
commit b9669829c8
+1 -1
View File
@@ -1636,7 +1636,7 @@ lua-time-limit 5000
#
# cluster-allow-reads-when-down no
# This option, when set to yes, allows nodes to serve pubsub shard traffic while the
# This option, when set to yes, allows nodes to serve pubsub shard traffic while
# the cluster is in a down state, as long as it believes it owns the slots.
#
# This is useful if the application would like to use the pubsub feature even when