We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description:
As radix.v2 is deprecated for a time, upgrading to radix.v3 give benefits on performance and maintenance.
The biggest change will be Pool interface . Pool in radix.v3 implements implicit pipelining, no need to explicitly Get and Put connections from pool.
Get
Put
Changes:
I'm glad to write a POC pr if we think it's worth doing.
The text was updated successfully, but these errors were encountered:
Sure PRs appreciated. Thank you!
Sorry, something went wrong.
No branches or pull requests
Description:
As radix.v2 is deprecated for a time, upgrading to radix.v3 give benefits on performance and maintenance.
The biggest change will be Pool interface . Pool in radix.v3 implements implicit pipelining, no need to explicitly
Get
andPut
connections from pool.Changes:
I'm glad to write a POC pr if we think it's worth doing.
The text was updated successfully, but these errors were encountered: