mirror of
https://github.com/fluencelabs/redis
synced 2025-06-25 23:11:33 +00:00
Cluster: node timeout is now configurable.
This commit is contained in:
@ -853,6 +853,7 @@ struct redisServer {
|
||||
xor of REDIS_NOTIFY... flags. */
|
||||
/* Cluster */
|
||||
int cluster_enabled; /* Is cluster enabled? */
|
||||
int cluster_node_timeout; /* Cluster node timeout. */
|
||||
char *cluster_configfile; /* Cluster auto-generated config file name. */
|
||||
clusterState *cluster; /* State of the cluster */
|
||||
/* Scripting */
|
||||
|
Reference in New Issue
Block a user