From b9669829c8bc067f8a472c3dafe52e867965393c Mon Sep 17 00:00:00 2001 From: YEONCHEOL JANG <65603611+YeonCheolGit@users.noreply.github.com> Date: Sun, 9 Jan 2022 15:08:55 +0900 Subject: Fixes typo for redis.conf (#10072) Fixes typo for redis.conf --- redis.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'redis.conf') 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 -- cgit v1.2.1