mirror of
https://github.com/fluencelabs/redis
synced 2025-05-14 11:31:21 +00:00
Regression test for issue #3333.
This commit is contained in:
parent
21736b41a2
commit
940be9ab54
@ -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