Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
f609a4ed
Unverified
Commit
f609a4ed
authored
Oct 08, 2022
by
Taishi Kasuga
Committed by
GitHub
Oct 08, 2022
Browse files
Fix non-existent directive name at comments in redis.conf, s/cluster-tls/tls-cluster/g (#11364)
parent
34e70c13
Changes
1
Show whitespace changes
Inline
Side-by-side
redis.conf
View file @
f609a4ed
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment