Skip to content

Commit ee5044e

Browse files
authored
(fix) Update create-cluster README
Fix a few typos/adjust wording in `create-cluster` README
1 parent 53cb27b commit ee5044e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

utils/create-cluster/README

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ Create-custer is a small script used to easily start a big number of Redis
22
instances configured to run in cluster mode. Its main goal is to allow manual
33
testing in a condition which is not easy to replicate with the Redis cluster
44
unit tests, for example when a lot of instances are needed in order to trigger
5-
a give bug.
5+
a given bug.
66

77
The tool can also be used just to easily create a number of instances in a
88
Redis Cluster in order to experiment a bit with the system.
99

1010
USAGE
1111
---
1212

13-
To create a cluster, follow this steps:
13+
To create a cluster, follow these steps:
1414

1515
1. Edit create-cluster and change the start / end port, depending on the
1616
number of instances you want to create.
@@ -21,7 +21,7 @@ an actual Redis cluster will be created.
2121

2222
In order to stop a cluster:
2323

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.
2626

2727
Use the command "./create-cluster help" to get the full list of features.

0 commit comments

Comments
 (0)