mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-23 16:48:27 -05:00
10 lines
225 B
Tcl
10 lines
225 B
Tcl
test "Sentinels aren't monitoring any master" {
|
|
foreach_sentinel_id id {
|
|
assert {[S $id sentinel masters] eq {}}
|
|
}
|
|
}
|
|
|
|
test "Sentinels can start monitoring a master" {
|
|
create_redis_master_slave_cluster 3
|
|
}
|