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
Aioredis is now in redis-py 4.2.0rc1+
To install, just do pip install redis>=4.2.0rc1. The code is almost the exact same. You will just need to import like so:
fromredisimportasyncioasaioredis
This way you don't have to change all your code, just the imports.
According to https://github.com/aio-libs/aioredis-py (which is now archived due to the merge):
Hopefully we can just remove this block:
sanic-session/sanic_session/aioredis.py
Lines 58 to 61 in a1f91dd
(Personally I don't like naming the module using
asyncio_redis
as.redis
, but that's your call.)The text was updated successfully, but these errors were encountered: