Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dredis-cli.c4040 int move_opts = CLUSTER_MANAGER_OPT_VERBOSE; in clusterManagerFixOpenSlot() local
4049 move_opts |= CLUSTER_MANAGER_OPT_UPDATE; in clusterManagerFixOpenSlot()
4050 success = clusterManagerMoveSlot(src, dst, slot, move_opts, NULL); in clusterManagerFixOpenSlot()
4059 move_opts |= CLUSTER_MANAGER_OPT_COLD; in clusterManagerFixOpenSlot()
4064 success = clusterManagerMoveSlot(n, owner, slot, move_opts, NULL); in clusterManagerFixOpenSlot()
4124 success = clusterManagerMoveSlot(src, dst, slot, move_opts, NULL); in clusterManagerFixOpenSlot()