-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Cache] RedisTrait::createConnection does not pass auth value from redis sentinel cluster DSN #48711
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
Conversation
Hey! I see that this is your first PR. That is great! Welcome! Symfony has a contribution guide which I suggest you to read. In short:
Review the GitHub status checks of your pull request and try to solve the reported issues. If some tests are failing, try to see if they are failing because of this change. When two Symfony core team members approve this change, it will be merged and you will become an official Symfony contributor! I am going to sit back now and wait for the reviews. Cheers! Carsonbot |
[Cache] RedisTrait::createConnection does not pass auth value from redis sentinel cluster DSN
61b3b46
to
26ba375
Compare
Thank you @evgkord. |
This PR was merged into the 5.4 branch. Discussion ---------- [Cache] Fix for RedisAdapter without auth parameter | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | Fix #48813 | License | MIT | Doc PR | x Compatibility with Redis without auth was broken by #48711, this change fixes this. This applies for all versions (6.x as well). Commits ------- 0cf91ab fix for caching without auth parameter, broken by #48711, fix for #48813
* 6.1: fix for caching without auth parameter, broken by #48711, fix for #48813 Bump Symfony version to 6.1.10 Update VERSION for 6.1.9 Update CHANGELOG for 6.1.9 Bump Symfony version to 6.0.18 Update VERSION for 6.0.17 Update CHANGELOG for 6.0.17 Bump Symfony version to 5.4.18 Update VERSION for 5.4.17 Update CONTRIBUTORS for 5.4.17 Update CHANGELOG for 5.4.17
* 6.2: fix for caching without auth parameter, broken by #48711, fix for #48813 Bump Symfony version to 6.2.4 Update VERSION for 6.2.3 Update CHANGELOG for 6.2.3 Bump Symfony version to 6.1.10 Update VERSION for 6.1.9 Update CHANGELOG for 6.1.9 Bump Symfony version to 6.0.18 Update VERSION for 6.0.17 Update CHANGELOG for 6.0.17 Bump Symfony version to 5.4.18 Update VERSION for 5.4.17 Update CONTRIBUTORS for 5.4.17 Update CHANGELOG for 5.4.17 [DependencyInjection] Fix resolving parameters when dumping lazy proxies
Deprecated: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated in /var/www/backend/vendor/symfony/cache/Traits/RedisTrait.php on line 229 After upgrading to this version |
Our production gone for an hour, but this line in composer fix it: "symfony/cache”: “<6.1.8" |
[Cache] RedisTrait::createConnection does not pass auth value from redis sentinel cluster DSN