Commit Graph

16 Commits

Author SHA1 Message Date
Binbin 71f31da66f
Add restart option to create-cluster script (#12885)
When testing and debugging the cluster code before, you need
to stop the cluster after making changes, and then start the
cluster again. Add a restart option for ease of use.
2023-12-25 18:36:44 -08:00
Binbin c5e3d135ae
create-cluster clean now will clean appendonlydir (#10223)
In #9788, now we stores all persistent append-only files in
a dedicated directory. The name of the directory is determined
by the appenddirname configuration parameter in redis.conf.
Now each node have a separate folder.
Update create-cluster clean to clean this default directory.
2022-02-07 07:58:15 +02:00
Vadim Pushtaev f069d09ee0
Use utils/create-cluster from any dir (#9766)
Co-authored-by: Vadim Pushtaev <v.pushtaev@corp.mail.ru>
2021-11-11 08:33:09 +02:00
Frank Meier 3244fae7d4
add force option to 'create-cluster create' script call (#7612) 2020-08-05 12:06:33 +03:00
antirez f95a88d988 Fix create-cluster BIN_PATH. 2020-04-28 16:40:15 +02:00
Itamar Haber d25709cdea
Update create-cluster 2020-02-28 13:36:50 +02:00
Itamar Haber 0285c22a2d Adds `BIN_PATH` to create-cluster
Allows for setting the binaries path if used outside the upstream repo.

Also documents `call` in usage clause (TODO: port to
`redis-cli --cluster call` or just deprecate it).
2020-02-28 13:35:10 +02:00
antirez 29fddf3291 create-cluster script tailall option. 2019-12-11 10:16:25 +01:00
antirez ecb742acc5 create-cluster script: allow additional options. 2019-12-03 17:52:04 +01:00
nikhilajayk 6578119a23 Added cluster host and protected mode variables 2019-09-26 21:51:49 +05:30
artix 35b3a8e1ee - Updated create-cluster with redis-cli
- Updated README
2018-05-07 15:56:15 +02:00
antirez 6878a3fedd Cluster: add clean-logs command to create-cluster script. 2017-04-14 10:52:00 +02:00
superlogical 761fc16b4a create-cluster fix for stop and watch commands 2015-03-24 09:44:52 +13:00
antirez 6b1c6334be Cluster: create-cluster script improved. 2015-01-30 10:41:45 +01:00
antirez d59ad97d76 create-cluster script: sane default timeout. 2015-01-29 13:21:42 +01:00
antirez 8899f91a7f create-cluster script added.
Simple shell script to create / destroy Redis clusters for manual
testing.
2015-01-28 23:26:46 +01:00