Closed
Description
Symfony version(s) affected
6.3.5
Description
For Messenger, Redis Transport takes sentinel_master
.
For Cache, Redis Adapter takes redis_sentinel
for the same use.
This creates friction where developers should reasonably expect the same configuration to have the same names. This is made worse by Cache DSN parser not reporting invalid config, which Messenger does.
How to reproduce
Check the docs.
Possible Solution
Streamline the namings.
Additional Context
No response