Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/utils/create-cluster/
H A Dcreate-cluster37 ../../src/redis-cli --cluster create $HOSTS --cluster-replicas $REPLICAS
/f-stack/app/redis-5.0.5/src/
H A Dredis-cli.c83 #define CLUSTER_MANAGER_MASTERS_COUNT(nodes, replicas) (nodes/(replicas + 1)) argument
169 int replicas; member
1336 config.cluster_manager_command.replicas = atoi(argv[++i]); in parseOptions()
2703 int replicas = 0; in clusterManagerShowClusterInfo() local
2716 replicas++; in clusterManagerShowClusterInfo()
2732 node->slots_count, replicas); in clusterManagerShowClusterInfo()
4626 int replicas = config.cluster_manager_command.replicas; in clusterManagerCommandCreate() local
4633 node_len, replicas); in clusterManagerCommandCreate()
4635 3 * (replicas + 1)); in clusterManagerCommandCreate()
4709 while (assigned_replicas < replicas) { in clusterManagerCommandCreate()
[all …]
/f-stack/app/redis-5.0.5/
H A DREADME.md326 This file defines all the I/O functions with clients, masters and replicas
397 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.
H A D00-RELEASENOTES50 sending PINGs to the replicas.
960 - Better propagation of Lua scripts to replicas / AOF.