Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dcluster.h9 #define CLUSTER_OK 0 /* Everything looks ok */ macro
H A Dcluster.c3151 if (server.cluster->state != CLUSTER_OK) return; in clusterHandleSlaveMigration()
3780 new_state = CLUSTER_OK; in clusterUpdateState()
3841 if (new_state == CLUSTER_OK && in clusterUpdateState()
3850 new_state == CLUSTER_OK ? "ok" : "fail"); in clusterUpdateState()
5570 if (server.cluster->state != CLUSTER_OK) { in getNodeByQuery()