You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: utils/create-cluster/README
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,15 @@ Create-custer is a small script used to easily start a big number of Redis
2
2
instances configured to run in cluster mode. Its main goal is to allow manual
3
3
testing in a condition which is not easy to replicate with the Redis cluster
4
4
unit tests, for example when a lot of instances are needed in order to trigger
5
-
a give bug.
5
+
a given bug.
6
6
7
7
The tool can also be used just to easily create a number of instances in a
8
8
Redis Cluster in order to experiment a bit with the system.
9
9
10
10
USAGE
11
11
---
12
12
13
-
To create a cluster, follow this steps:
13
+
To create a cluster, follow these steps:
14
14
15
15
1. Edit create-cluster and change the start / end port, depending on the
16
16
number of instances you want to create.
@@ -21,7 +21,7 @@ an actual Redis cluster will be created.
21
21
22
22
In order to stop a cluster:
23
23
24
-
1. Use "./craete-cluster stop" to stop all the instances. After you stopped the instances you can use "./create-cluster start" to restart them if you change ideas.
25
-
2. Use "./create-cluster clean" to remove all the AOF / log files to restat with a clean environment.
24
+
1. Use "./create-cluster stop" to stop all the instances. After you stopped the instances you can use "./create-cluster start" to restart them if you change your mind.
25
+
2. Use "./create-cluster clean" to remove all the AOF / log files to restart with a clean environment.
26
26
27
27
Use the command "./create-cluster help" to get the full list of features.
0 commit comments