Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dcluster.c259 server.cluster->importing_slots_from[slot] = cn; in clusterLoadConfig()
912 if (server.cluster->importing_slots_from[j] == delnode) in clusterDelNode()
913 server.cluster->importing_slots_from[j] = NULL; in clusterDelNode()
1562 if (server.cluster->importing_slots_from[j]) continue; in clusterUpdateSlotsConfigWith()
3743 memset(server.cluster->importing_slots_from,0, in clusterCloseAllSlots()
3744 sizeof(server.cluster->importing_slots_from)); in clusterCloseAllSlots()
4045 } else if (server.cluster->importing_slots_from[j]) { in clusterGenNodeDescription()
4314 if (server.cluster->importing_slots_from[j]) in clusterCommand()
4362 server.cluster->importing_slots_from[slot] = n; in clusterCommand()
4365 server.cluster->importing_slots_from[slot] = NULL; in clusterCommand()
[all …]
H A Dcluster.h151 clusterNode *importing_slots_from[CLUSTER_SLOTS]; member