### Symfony version(s) affected 5.4 ### Description Configured session handler_id as `handler_id: 'redis://localhost/2'`. This worked for me until i updated to 5.4.0. Now i get this error: ``` parse_url(): Argument #1 ($url) must be of type string, Symfony\Component\Cache\Traits\RedisProxy given ``` ### How to reproduce Use this config in framework.yaml with symfony 5.4.0 ``` framework: session: handler_id: 'redis://localhost/2' ``` ### Possible Solution _No response_ ### Additional Context _No response_