### Symfony version(s) affected 6.2.0 ### Description After updating to `symfony/cache:6.2.0` our application tries to initialize a connection for Redis while clearing the cache (`cache:clear`). ### How to reproduce Use Redis cache adapter for app cache and add a dependency for app cache in any class constructor ### Possible Solution Do not inherit from `\Redis` in redis proxy classes or update check for a non-lazy connection according introduced inheritance in https://github.com/symfony/cache/blob/3be8d8412727e268a548319a1cc117232b7983f4/Adapter/RedisTagAwareAdapter.php#L68 ### Additional Context This commit introduced proxy inheritance from `\Redis`: https://github.com/symfony/cache/commit/31ce6527eec4f41cd163a205c63ec9ab3f1bf03a