Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dcluster.c425 CLUSTER_TODO_UPDATE_STATE); in clusterUpdateMyselfFlags()
581 CLUSTER_TODO_UPDATE_STATE| in clusterReset()
1516 CLUSTER_TODO_UPDATE_STATE); in clusterSetNodeAsMaster()
1586 CLUSTER_TODO_UPDATE_STATE| in clusterUpdateSlotsConfigWith()
1611 CLUSTER_TODO_UPDATE_STATE| in clusterUpdateSlotsConfigWith()
1860 CLUSTER_TODO_UPDATE_STATE); in clusterProcessPacket()
1877 CLUSTER_TODO_UPDATE_STATE); in clusterProcessPacket()
2015 CLUSTER_TODO_UPDATE_STATE); in clusterProcessPacket()
3090 CLUSTER_TODO_UPDATE_STATE| in clusterHandleSlaveFailover()
4574 clusterDoBeforeSleep(CLUSTER_TODO_UPDATE_STATE| in clusterCommand()
[all …]
H A Dcluster.h81 #define CLUSTER_TODO_UPDATE_STATE (1<<1) macro