Unverified Commit f609a4ed authored by Taishi Kasuga's avatar Taishi Kasuga Committed by GitHub
Browse files

Fix non-existent directive name at comments in redis.conf, s/cluster-tls/tls-cluster/g (#11364)

parent 34e70c13
...@@ -1782,9 +1782,9 @@ aof-timestamp-enabled no ...@@ -1782,9 +1782,9 @@ aof-timestamp-enabled no
# published in the header of the bus packets so that other nodes will be able to # 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. # 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 # 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 # If the above options are not used, the normal Redis Cluster auto-detection
# will be used instead. # will be used instead.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment