Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace aioredis package with redis>=4.2.0rc1 #355

Closed
JenySadadia opened this issue Sep 18, 2023 · 2 comments
Closed

Replace aioredis package with redis>=4.2.0rc1 #355

JenySadadia opened this issue Sep 18, 2023 · 2 comments

Comments

@JenySadadia
Copy link
Collaborator

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.

@gctucker
Copy link
Contributor

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.

@JenySadadia
Copy link
Collaborator Author

Issue covered with PR: #417

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

2 participants