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
At the moment new API uses aioredis package for asynchronous Redis implementation.
The aioredis project repository has been archived and now it is a part of redis-py 4.2.0-rc1 package.
We should consider using redis package instead to keep the code up-to-date.
The aioredis README.md has the instructions for the upgrade.
The text was updated successfully, but these errors were encountered:
Maybe we should first complete the investigation of the Pub/Sub improvements? If we did decide to stop using Redis then this wouldn't be necessary I guess.
At the moment new API uses
aioredis
package for asynchronous Redis implementation.The aioredis project repository has been archived and now it is a part of redis-py 4.2.0-rc1 package.
We should consider using
redis
package instead to keep the code up-to-date.The aioredis README.md has the instructions for the upgrade.
The text was updated successfully, but these errors were encountered: