Searched refs:replicas (Results 1 – 4 of 4) sorted by relevance
37 ../../src/redis-cli --cluster create $HOSTS --cluster-replicas $REPLICAS
83 #define CLUSTER_MANAGER_MASTERS_COUNT(nodes, replicas) (nodes/(replicas + 1)) argument169 int replicas; member1336 config.cluster_manager_command.replicas = atoi(argv[++i]); in parseOptions()2703 int replicas = 0; in clusterManagerShowClusterInfo() local2716 replicas++; in clusterManagerShowClusterInfo()2732 node->slots_count, replicas); in clusterManagerShowClusterInfo()4626 int replicas = config.cluster_manager_command.replicas; in clusterManagerCommandCreate() local4633 node_len, replicas); in clusterManagerCommandCreate()4635 3 * (replicas + 1)); in clusterManagerCommandCreate()4709 while (assigned_replicas < replicas) { in clusterManagerCommandCreate()[all …]
326 This file defines all the I/O functions with clients, masters and replicas397 to our master, so that the replicas can get the writes performed by the clients:402 replicas, or to continue the replication after a disconnection.
50 sending PINGs to the replicas.960 - Better propagation of Lua scripts to replicas / AOF.