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
53cdf8a3
Unverified
Commit
53cdf8a3
authored
Jan 21, 2021
by
daemyungkang
Committed by
GitHub
Jan 20, 2021
Browse files
change log for invalid cluster port (#8343)
Update log message to correctly indicate cluster port range
parent
4f9de66f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/cluster.c
View file @
53cdf8a3
...
...
@@ -509,8 +509,7 @@ void clusterInit(void) {
serverLog
(
LL_WARNING
,
"Redis port number too high. "
"Cluster communication port is 10,000 port "
"numbers higher than your Redis port. "
"Your Redis port number must be "
"lower than 55535."
);
"Your Redis port number must be 55535 or less."
);
exit
(
1
);
}
if
(
listenToPort
(
port
+
CLUSTER_PORT_INCR
,
...
...
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