-
-
Notifications
You must be signed in to change notification settings - Fork 989
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
Client set name and version on connection #1347
Client set name and version on connection #1347
Conversation
@tillkruss Adding a fix for Relay connection, leads to an error in CI
Trying to run Relay tests locally, but have a problems with relay installation over homebrew.
This file actually exists and I have correct version of |
Aah, maybe Relay is already setting
Relay via Homebrew uses OpenSSL v3, can you try |
Thanks for your work on this library, it serves us well since years but this PR is problematic for us.
|
Can you elaborate on this and provide numbers? |
@vladvildanov @chayim Any thoughts? |
@tillkruss I talked about this with other client-developers and they confirm that this should be an optional. We can't fix it other way since it's a Redis API and we must call it twice each time. Let's merge #1370, but before we need to merge #1369 that fixes CI after Redis 7.2 update |
@BafS I'm really sorry about that situation and I'm appreciate your feedback that helps to make Predis better. #1370 PR will make this optional and allows to have more control over it. @tillkruss I believe we can include this changes in our next patch version ASAP it will be merged? |
Thank you for your feedback and thanks for helping fixing it. Don't you think that this PR should be reverted for the next patch release (to revert the issue introduced) and the new feature (with the new |
@BafS Totally works for me, but @tillkruss is the releases responsible person |
Closes #1338