summaryrefslogtreecommitdiff
path: root/redis.conf
diff options
context:
space:
mode:
authorTaishi Kasuga <proxy0721@gmail.com>2022-10-08 07:16:47 +0000
committerGitHub <noreply@github.com>2022-10-08 10:16:47 +0300
commitf609a4eda79c693cd92fa0c1be4ac1481f9b8910 (patch)
treeddf705a308af720e3a6b0a94c11e53eb8f952d4d /redis.conf
parent34e70c13c99cdd2419610443ae84287a3080d54c (diff)
downloadredis-f609a4eda79c693cd92fa0c1be4ac1481f9b8910.tar.gz
Fix non-existent directive name at comments in redis.conf, s/cluster-tls/tls-cluster/g (#11364)
Diffstat (limited to 'redis.conf')
-rw-r--r--redis.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/redis.conf b/redis.conf
index 4460e37b6..dfc9de308 100644
--- a/redis.conf
+++ b/redis.conf
@@ -1782,9 +1782,9 @@ aof-timestamp-enabled no
# published in the header of the bus packets so that other nodes will be able to
# correctly map the address of the node publishing the information.
#
-# If cluster-tls is set to yes and cluster-announce-tls-port is omitted or set
+# If tls-cluster is set to yes and cluster-announce-tls-port is omitted or set
# to zero, then cluster-announce-port refers to the TLS port. Note also that
-# cluster-announce-tls-port has no effect if cluster-tls is set to no.
+# cluster-announce-tls-port has no effect if tls-cluster is set to no.
#
# If the above options are not used, the normal Redis Cluster auto-detection
# will be used instead.