Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dredis-cli.c2591 int first_range_idx = -1, last_slot_idx = -1, i; in clusterManagerNodeSlotsString() local
2595 if (first_range_idx == -1) { in clusterManagerNodeSlotsString()
2597 first_range_idx = i; in clusterManagerNodeSlotsString()
2603 if (first_range_idx == last_slot_idx) in clusterManagerNodeSlotsString()
2608 first_range_idx = -1; in clusterManagerNodeSlotsString()
2612 if (first_range_idx == last_slot_idx) slots = sdscat(slots, "]"); in clusterManagerNodeSlotsString()