mirror of
https://github.com/fluencelabs/redis
synced 2025-03-18 16:40:50 +00:00
Regression test for issue #3333.
This commit is contained in:
parent
23791828f1
commit
abb3385e8d
@ -198,4 +198,10 @@ start_server {tags {"expire"}} {
|
||||
r set foo b
|
||||
lsort [r keys *]
|
||||
} {a e foo s t}
|
||||
|
||||
test {EXPIRE with empty string as TTL should report an error} {
|
||||
r set foo bar
|
||||
catch {r expire foo ""} e
|
||||
set e
|
||||
} {*not an integer*}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user