Unverified Commit 53cdf8a3 authored by daemyungkang's avatar daemyungkang Committed by GitHub
Browse files

change log for invalid cluster port (#8343)

Update log message to correctly indicate cluster port range
parent 4f9de66f
......@@ -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,
......
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