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

Update aioredis or use current redis-py #26

Open
dbnicholson opened this issue May 22, 2024 · 0 comments
Open

Update aioredis or use current redis-py #26

dbnicholson opened this issue May 22, 2024 · 0 comments

Comments

@dbnicholson
Copy link
Member

aioredis 2 is a completely new API that requires migration. The API is changed to follow redis-py's API. Our Redis usage is pretty simple, so I think it should be pretty straightforward to migrate. Alternatively, redis-py now supports async clients, so we could switch to that and cut out the middleman.

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

No branches or pull requests

1 participant