Cluster: create-cluster script improved.

This commit is contained in:
antirez
2015-01-30 10:41:45 +01:00
parent e5a22064cc
commit 6b1c6334be
2 changed files with 46 additions and 18 deletions

View File

@ -24,4 +24,4 @@ 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.
It is currently hardcoded that you start a cluster where each master has one slave, since the script is pretty basic.
Use the command "./create-cluster help" to get the full list of features.