Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dcluster.h72 #define CLUSTER_CANT_FAILOVER_NONE 0 macro
H A Dcluster.c445 server.cluster->cant_failover_reason = CLUSTER_CANT_FAILOVER_NONE; in clusterInit()
2982 server.cluster->cant_failover_reason = CLUSTER_CANT_FAILOVER_NONE; in clusterHandleSlaveFailover()