Closed
Description
Symfony version(s) affected
6.2.3
Description
After I upgrading to 6.2.3 there is error occurs with follow message "Redis connection "redis://redis" failed: Redis server went away".
I'm using docker-compose with redis:6.2 docker image. The error occurs on 5.0 and 7.0 too
After downgrade to 6.2.2 it's works well.
I think that something broken here: #48711
How to reproduce
Not a big deal
RedisAdapter::createConnection('redis://redis/2');
Possible Solution
No response
Additional Context
No response