Skip to content

Commit 3a86a54

Browse files
committed
WTF travis
1 parent 442758b commit 3a86a54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/lru_plugin.py

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ async def redis():
6464
assert await cache.get("key") is None
6565
assert await cache.get("key_1") == "value"
6666
assert await cache.get("key_2") == "value"
67+
print(await cache.raw("keys", "*"))
6768
assert len(await cache.raw("keys", "*")) == 2
6869

6970

0 commit comments

Comments
 (0)