mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04:00
Fixes CLUSTER COUNTKEYSINSLOT (#9672)
Introduced via typo in #9504. Also adds a sanity test for coverage.
This commit is contained in:
@@ -54,6 +54,11 @@ test "Nodes should report cluster_state is ok now" {
|
||||
assert_cluster_state ok
|
||||
}
|
||||
|
||||
test "Sanity for CLUSTER COUNTKEYSINSLOT" {
|
||||
set reply [R 0 CLUSTER COUNTKEYSINSLOT 0]
|
||||
assert {$reply eq 0}
|
||||
}
|
||||
|
||||
test "It is possible to write and read from the cluster" {
|
||||
cluster_write_test 0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user