-
Notifications
You must be signed in to change notification settings - Fork 96
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
Support of BlockingConnectionPool #189
Comments
Another solution that would not break the API, would be to replace all
|
Here an idea of what it will looks like: #190 |
Any updates? |
1 similar comment
Any updates? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi there,
aredis is lacking of BlockingConnectionPool.
Do this kind of feature could be accepted if I propose a Pull Request?
(and if it matches all the projects requirements and worked, of course :) )
I have started to take a look, the only blocking point I see is a small change into the ConnectionPool API.
ConnectionPool.get_connection()
have to become async to be able to useasyncio.Queue()
Is that API change, ok ?
The text was updated successfully, but these errors were encountered: