We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29b386e commit cd58a7cCopy full SHA for cd58a7c
test/test_asyncredis.py
@@ -331,6 +331,7 @@ async def test_init_args():
331
async def test_cause_fakeredis_bug(async_redis):
332
if sys.version_info < (3, 11):
333
return
334
+
335
async def worker_task():
336
assert await async_redis.rpush("list1", "list1_val") == 1 # 1
337
assert await async_redis.blpop("list2") == (b"list2", b"list2_val") # 4
0 commit comments