broadcaster icon indicating copy to clipboard operation
broadcaster copied to clipboard

Changed redis backend to use aioredis instead of asyncio_redis.

Open hramezani opened this issue 4 years ago • 1 comments

Based on @tomchristie comment.

I have added await self._wait_for_channel(), to wait for the channel.

hramezani avatar Feb 27 '20 22:02 hramezani

Hello, Thank you for this great app. I see that the backend still relies on asyncio_redis, but it seems that this package is no longer maintained and aioredis is also became part of redis-py as well. I am wondering if there's any plan to replace asyncio_redis to redis-py by any chance.

Thank you!

JaeungJayJang avatar Feb 09 '23 18:02 JaeungJayJang

Resolved in #111

alex-oleshkevich avatar Mar 28 '24 07:03 alex-oleshkevich