-
Notifications
You must be signed in to change notification settings - Fork 404
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
Connection methods in pool #39
Labels
Comments
This seems like a nice idea, we'll think about it. |
hope this will coming soon, as asyncio-redis pool does |
1st1
added a commit
that referenced
this issue
Mar 31, 2017
Specifically Pool now implements the following methods: * Pool.execute() * Pool.executemany() * Pool.fetch() * Pool.fetchrow() * Pool.fetchval() Fixes issue #39.
1st1
added a commit
that referenced
this issue
Mar 31, 2017
Specifically Pool now implements the following methods: * Pool.execute() * Pool.executemany() * Pool.fetch() * Pool.fetchrow() * Pool.fetchval() Fixes: #39.
1st1
added a commit
that referenced
this issue
Mar 31, 2017
Specifically Pool now implements the following methods: * Pool.execute() * Pool.executemany() * Pool.fetch() * Pool.fetchrow() * Pool.fetchval() Fixes: #39.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think it would be convenient to have connection
execute
andfetch..
methods in pool. Because single queries is not so rare. I mean:Would be just:
I can make PR if you like it.
The text was updated successfully, but these errors were encountered: