Home
last modified time | relevance | path

Searched refs:CLUSTER_FAIL (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dcluster.h10 #define CLUSTER_FAIL 1 /* The cluster can't work */ macro
H A Dcluster.c435 server.cluster->state = CLUSTER_FAIL; in clusterInit()
3585 if (update_state || server.cluster->state == CLUSTER_FAIL) in clusterCron()
3775 server.cluster->state == CLUSTER_FAIL && in clusterUpdateState()
3788 new_state = CLUSTER_FAIL; in clusterUpdateState()
3823 new_state = CLUSTER_FAIL; in clusterUpdateState()
5676 if (server.cluster->state == CLUSTER_FAIL) { in clusterRedirectBlockedClientIfNeeded()