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
2ac546e0
Commit
2ac546e0
authored
Apr 30, 2012
by
Harmen
Committed by
antirez
May 01, 2012
Browse files
Show problem with 'keys' command with specific command sequence.
parent
d9241b35
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/unit/expire.tcl
View file @
2ac546e0
...
@@ -141,4 +141,15 @@ start_server {tags {"expire"}} {
...
@@ -141,4 +141,15 @@ start_server {tags {"expire"}} {
set size2
[
r dbsize
]
set size2
[
r dbsize
]
list $size1 $size2
list $size1 $size2
}
{
3 0
}
}
{
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
}
}
}
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