Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dredis-cli.c83 #define CLUSTER_MANAGER_MASTERS_COUNT(nodes, replicas) (nodes/(replicas + 1)) macro
4627 int masters_count = CLUSTER_MANAGER_MASTERS_COUNT(node_len, replicas); in clusterManagerCommandCreate()