You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey.
I was reading the docs and saw that the library uses coredis for the async usage of redis.
I assume that this is due to lacking support for asyncio in redis when it was developed.
However, the official library for redis is much more maintained and is the more logical library to use, and by now it has full support for asyncio.
Are you open to the idea of moving to use the official library instead of coredis? If so I can try to open a PR myself for that.
Thanks!
The text was updated successfully, but these errors were encountered:
Hey.
I was reading the docs and saw that the library uses coredis for the async usage of redis.
I assume that this is due to lacking support for asyncio in redis when it was developed.
However, the official library for redis is much more maintained and is the more logical library to use, and by now it has full support for asyncio.
Are you open to the idea of moving to use the official library instead of coredis? If so I can try to open a PR myself for that.
Thanks!
The text was updated successfully, but these errors were encountered: