Cluster: clusterHandleSlaveFailover() stub.

This commit is contained in:
antirez
2013-03-13 13:10:49 +01:00
parent 1902a9c532
commit 575cbc9990
2 changed files with 31 additions and 0 deletions

View File

@ -579,6 +579,8 @@ typedef struct {
clusterNode *importing_slots_from[REDIS_CLUSTER_SLOTS];
clusterNode *slots[REDIS_CLUSTER_SLOTS];
zskiplist *slots_to_keys;
int failover_auth_time; /* Time at which we sent the AUTH request. */
int failover_auth_count; /* Number of authorizations received. */
} clusterState;
/* Redis cluster messages header */