mirror of
https://github.com/redis/redis.git
synced 2026-03-23 03:03:20 -04:00
Update README - fix typos
This commit is contained in:
parent
acc2336fd1
commit
4f2e460d61
1 changed files with 2 additions and 2 deletions
|
|
@ -21,7 +21,7 @@ an actual Redis cluster will be created.
|
|||
|
||||
In order to stop a cluster:
|
||||
|
||||
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.
|
||||
2. Use "./create-cluster clean" to remove all the AOF / log files to restat with a clean environment.
|
||||
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 ideas.
|
||||
2. Use "./create-cluster clean" to remove all the AOF / log files to restart with a clean environment.
|
||||
|
||||
Use the command "./create-cluster help" to get the full list of features.
|
||||
|
|
|
|||
Loading…
Reference in a new issue