Gilbert

Results 1 issues of Gilbert

Hello, I'm working on a project making use of redis pub/sub using asyncio. It works fine using the following recommended in the documentation. ```python async with redis.pubsub() as sub: while...

Stale
feature
async