| 2625 | } |
| 2626 | |
| 2627 | static void clusterManagerNodeResetSlots(clusterManagerNode *node) { |
| 2628 | memset(node->slots, 0, sizeof(node->slots)); |
| 2629 | node->slots_count = 0; |
| 2630 | } |
| 2631 | |
| 2632 | /* Call "INFO" redis command on the specified node and return the reply. */ |
| 2633 | static redisReply *clusterManagerGetNodeRedisInfo(clusterManagerNode *node, |
no outgoing calls
no test coverage detected