From f609a4eda79c693cd92fa0c1be4ac1481f9b8910 Mon Sep 17 00:00:00 2001 From: Taishi Kasuga Date: Sat, 8 Oct 2022 07:16:47 +0000 Subject: [PATCH] Fix non-existent directive name at comments in redis.conf, s/cluster-tls/tls-cluster/g (#11364) --- redis.conf | 4 ++-- 1 file 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.