Cluster: node timeout is now configurable.

This commit is contained in:
antirez
2013-04-04 12:29:10 +02:00
parent 00bab23c41
commit 05fa4f4034
5 changed files with 14 additions and 1 deletions

View File

@ -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 */