Symfony version(s) affected
7.2
Description
When we use DSN with user and pass auth for a redis cluster, Symfony does not send user and pass for Redis in the AUTH command.
How to reproduce
DSN Example:
redis:user:pass@?host[10.0.2.15:7000&host[10.0.2.15:7001]&host[10.0.2.15:7002]
Possible Solution
No response
Additional Context
No response