mirror of
https://github.com/fluencelabs/redis
synced 2025-06-13 17:21:20 +00:00
RANDOMKEY regression test added
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user