mirror of
https://github.com/fluencelabs/redis
synced 2025-04-03 00:01:04 +00:00
RANDOMKEY regression test added
This commit is contained in:
parent
6f864e6266
commit
f5785ae997
@ -624,6 +624,13 @@ proc main {server port} {
|
|||||||
$r randomkey
|
$r randomkey
|
||||||
} {}
|
} {}
|
||||||
|
|
||||||
|
test {RANDOMKEY regression 1} {
|
||||||
|
$r flushall
|
||||||
|
$r set x 10
|
||||||
|
$r del x
|
||||||
|
$r randomkey
|
||||||
|
} {}
|
||||||
|
|
||||||
# Leave the user with a clean DB before to exit
|
# Leave the user with a clean DB before to exit
|
||||||
test {FLUSHALL} {
|
test {FLUSHALL} {
|
||||||
$r flushall
|
$r flushall
|
||||||
|
Loading…
x
Reference in New Issue
Block a user