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

[bugfix] Implement the connection pool fixes onto the blocking connection pool. #1

Merged
merged 4 commits into from
Feb 22, 2017

Conversation

jhgg
Copy link

@jhgg jhgg commented Feb 21, 2017

This PR adds generational support for the BlockingConnectionPool, continuing the work in:

redis#732

jhgg added 3 commits February 21, 2017 15:02
* Don't need to drain and re-fill the pool, when the connection is returned to the pool. it'll be properly reaped.
* Actually set the connection's pool generation when making it.
@jhgg jhgg merged commit d11de19 into master Feb 22, 2017
jdost pushed a commit that referenced this pull request Jun 24, 2019
jdost pushed a commit that referenced this pull request Jun 24, 2019
Remove reason arg from client_unblock. Use boolean 'error' arg instead.

xref: redis#1036 (review)
jdost pushed a commit that referenced this pull request Jun 24, 2019
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

Successfully merging this pull request may close these issues.

1 participant