Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dredis-cli.c4420 int src_count = listLength(sources), i = 0, tot_slots = 0, j; in clusterManagerComputeReshardTable() local
4427 tot_slots += node->slots_count; in clusterManagerComputeReshardTable()
4434 float n = ((float) numslots / tot_slots * node->slots_count); in clusterManagerComputeReshardTable()