change log for invalid cluster port (#8343)

Update log message to correctly indicate cluster port range
This commit is contained in:
daemyungkang 2021-01-21 15:08:05 +09:00 committed by GitHub
parent 4f9de66f0e
commit 53cdf8a3d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,