You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
… 6.0.0 (pepeh)
This PR was squashed before being merged into the 6.3 branch.
Discussion
----------
[Messenger] Fix support for Redis Sentinel using php-redis 6.0.0
| Q | A
| ------------- | ---
| Branch? | 6.3
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | Fix#52487
| License | MIT
Added support for [php-redis 6.0.0](https://github.com/phpredis/phpredis/blob/develop/CHANGELOG.md#600---2023-09-09-github-pecl) to Symfony/Component/Messenger/Bridge/Redis/Transport/Connection.
A similar fix was done for RedisTrait before: #51683
Commits
-------
42a80db [Messenger] Fix support for Redis Sentinel using php-redis 6.0.0
Symfony version(s) affected
6.3.5
Description
Same problem as in #51683.
How to reproduce
Use
redis-messenger
with Sentinel, you getPossible Solution
Same type as #51683.
Additional Context
No response
The text was updated successfully, but these errors were encountered: