mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04:00
Test: regression test for issue #1208.
This commit is contained in:
@@ -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}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user