mirror of
https://github.com/fluencelabs/redis
synced 2025-03-18 16:40:50 +00:00
Show problem with 'keys' command with specific command sequence.
This commit is contained in:
parent
d9241b35e5
commit
2ac546e00c
@ -141,4 +141,15 @@ start_server {tags {"expire"}} {
|
||||
set size2 [r dbsize]
|
||||
list $size1 $size2
|
||||
} {3 0}
|
||||
|
||||
test {5 keys in, 5 keys out} {
|
||||
r flushdb
|
||||
r set a c
|
||||
r expire a 5
|
||||
r set t c
|
||||
r set e c
|
||||
r set s c
|
||||
r set foo b
|
||||
lsort [r keys *]
|
||||
} {a e foo s t}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user