mirror of
https://github.com/fluencelabs/redis
synced 2025-06-19 20:21:21 +00:00
centralized cluster config file name. Assigned slots in CLUSTER NODES output and in cluster config file.
This commit is contained in:
@ -841,6 +841,7 @@ void initServerConfig() {
|
||||
server.shutdown_asap = 0;
|
||||
server.cache_flush_delay = 0;
|
||||
server.cluster_enabled = 0;
|
||||
server.cluster.configfile = zstrdup("nodes.conf");
|
||||
|
||||
updateLRUClock();
|
||||
resetServerSaveParams();
|
||||
|
Reference in New Issue
Block a user