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
b69636d3
"vscode:/vscode.git/clone" did not exist on "7569b210d6be5c76d5bfb3e1d35663859e735429"
Unverified
Commit
b69636d3
authored
Mar 17, 2022
by
carlosfu
Committed by
GitHub
Mar 16, 2022
Browse files
fix wrong comment about cluster_announce_hostname (#10274)
parent
e8771efd
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server.h
View file @
b69636d3
...
...
@@ -1849,7 +1849,7 @@ struct redisServer {
int
cluster_slave_no_failover
;
/* Prevent slave from starting a failover
if the master is in failure state. */
char
*
cluster_announce_ip
;
/* IP address to announce on cluster bus. */
char
*
cluster_announce_hostname
;
/*
IP address
to announce on cluster bus. */
char
*
cluster_announce_hostname
;
/*
hostname
to announce on cluster bus. */
int
cluster_preferred_endpoint_type
;
/* Use the announced hostname when available. */
int
cluster_announce_port
;
/* base port to announce on cluster bus. */
int
cluster_announce_tls_port
;
/* TLS port to announce on cluster bus. */
...
...
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