mirror of
https://github.com/fluencelabs/redis
synced 2025-06-30 01:11:33 +00:00
Cluster / Sentinel test: instances count moved to run.tcl.
This commit is contained in:
@ -6,6 +6,8 @@ cd tests/cluster
|
||||
source cluster.tcl
|
||||
source ../instances.tcl
|
||||
|
||||
set ::instances_count 5 ; # How many instances we use at max.
|
||||
|
||||
proc main {} {
|
||||
parse_options
|
||||
spawn_instance redis $::redis_base_port $::instances_count {
|
||||
|
Reference in New Issue
Block a user