Lines Matching refs:cluster
2 instances configured to run in cluster mode. Its main goal is to allow manual
3 testing in a condition which is not easy to replicate with the Redis cluster
13 To create a cluster, follow these steps:
15 1. Edit create-cluster and change the start / end port, depending on the
17 2. Use "./create-cluster start" in order to run the instances.
18 3. Use "./create-cluster create" in order to execute redis-cli --cluster create, so that
19 an actual Redis cluster will be created.
20 4. Now you are ready to play with the cluster. AOF files and logs for each instances are created in…
22 In order to stop a cluster:
24 1. Use "./create-cluster stop" to stop all the instances. After you stopped the instances you can u…
25 2. Use "./create-cluster clean" to remove all the AOF / log files to restart with a clean environme…
27 Use the command "./create-cluster help" to get the full list of features.