Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
abb3385e
Commit
abb3385e
authored
Jul 06, 2016
by
antirez
Browse files
Regression test for issue #3333.
parent
23791828
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/unit/expire.tcl
View file @
abb3385e
...
@@ -198,4 +198,10 @@ start_server {tags {"expire"}} {
...
@@ -198,4 +198,10 @@ start_server {tags {"expire"}} {
r set foo b
r set foo b
lsort
[
r keys *
]
lsort
[
r keys *
]
}
{
a e foo s t
}
}
{
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*
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment