Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dredis-cli.c2788 static int clusterManagerSetSlot(clusterManagerNode *node1, in clusterManagerSetSlot() function
3009 clusterManagerSetSlot(source, target, slot, "node", NULL); in clusterManagerMigrateKeysInSlot()
3073 success = clusterManagerSetSlot(target, source, slot, in clusterManagerMoveSlot()
3076 success = clusterManagerSetSlot(source, target, slot, in clusterManagerMoveSlot()
3851 if (!clusterManagerSetSlot(src, target, s, "NODE", NULL)) in clusterManagerFixSlotsCoverage()
3858 if (!clusterManagerSetSlot(src, target, s, in clusterManagerFixSlotsCoverage()
4029 success = clusterManagerSetSlot(n, owner, slot, "node", NULL); in clusterManagerFixOpenSlot()
4031 success = clusterManagerSetSlot(n, owner, slot, "importing", NULL); in clusterManagerFixOpenSlot()
4078 success = clusterManagerSetSlot(n, owner, slot, "NODE", NULL); in clusterManagerFixOpenSlot()
4222 if (!clusterManagerSetSlot(n, owner, slot, "node", NULL)) return 0; in clusterManagerFixMultipleSlotOwners()