Test: regression test for issue #1208.

This commit is contained in:
antirez 2013-07-22 23:40:03 +02:00
parent dbaa5b0b9a
commit ddccd0ed58

View File

@ -754,4 +754,11 @@ start_server {tags {"basic"}} {
set ttl [r ttl foo]
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}
}