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
ddccd0ed
Commit
ddccd0ed
authored
Jul 22, 2013
by
antirez
Browse files
Test: regression test for issue #1208.
parent
dbaa5b0b
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/unit/basic.tcl
View file @
ddccd0ed
...
@@ -754,4 +754,11 @@ start_server {tags {"basic"}} {
...
@@ -754,4 +754,11 @@ start_server {tags {"basic"}} {
set ttl
[
r ttl foo
]
set ttl
[
r ttl foo
]
assert
{
$ttl
<= 10 && $ttl > 5
}
assert
{
$ttl
<= 10 && $ttl > 5
}
}
}
test
{
KEYS * two times with long key, Github issue #1208
}
{
r flushdb
r set dlskeriewrioeuwqoirueioqwrueoqwrueqw test
r keys *
r keys *
}
{
dlskeriewrioeuwqoirueioqwrueoqwrueqw
}
}
}
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