summaryrefslogtreecommitdiff
path: root/redis.conf
diff options
context:
space:
mode:
authorYEONCHEOL JANG <65603611+YeonCheolGit@users.noreply.github.com>2022-01-09 15:08:55 +0900
committerGitHub <noreply@github.com>2022-01-09 08:08:55 +0200
commitb9669829c8bc067f8a472c3dafe52e867965393c (patch)
treed6d838df0183df6e883112a2608dafeb992c15ea /redis.conf
parent7cd6a64d2fa23dc665aab205d3aee4b78a896f44 (diff)
downloadredis-b9669829c8bc067f8a472c3dafe52e867965393c.tar.gz
Fixes typo for redis.conf (#10072)
Fixes typo for redis.conf
Diffstat (limited to 'redis.conf')
-rw-r--r--redis.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/redis.conf b/redis.conf
index b0f2ac7f1..4b8da181c 100644
--- a/redis.conf
+++ b/redis.conf
@@ -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