Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dcluster.h150 clusterNode *migrating_slots_to[CLUSTER_SLOTS]; member
H A Dcluster.c257 server.cluster->migrating_slots_to[slot] = cn; in clusterLoadConfig()
914 if (server.cluster->migrating_slots_to[j] == delnode) in clusterDelNode()
915 server.cluster->migrating_slots_to[j] = NULL; in clusterDelNode()
3741 memset(server.cluster->migrating_slots_to,0, in clusterCloseAllSlots()
3742 sizeof(server.cluster->migrating_slots_to)); in clusterCloseAllSlots()
4042 if (server.cluster->migrating_slots_to[j]) { in clusterGenNodeDescription()
4350 server.cluster->migrating_slots_to[slot] = n; in clusterCommand()
4366 server.cluster->migrating_slots_to[slot] = NULL; in clusterCommand()
4390 server.cluster->migrating_slots_to[slot]) in clusterCommand()
4391 server.cluster->migrating_slots_to[slot] = NULL; in clusterCommand()
[all …]