You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I change the docker image to version 7.4 I get the following errors produced by predis/predis bundle:
// Clearing cache pool: doctrine_redis_cache
In RedisTrait.php line 512:
Cannot use object of type Predis\Response\Error as array
cache:pool:clear [--all] [--exclude EXCLUDE] [--] [<pools>...]
I tried a lot with up- and downgrading the PHP packages, but at the end the only trick that worked was to limit the docker image to version 7.2. Version 7.4. will always bring back that weird error which is related to the SCAN command and an invalid cursor.
The text was updated successfully, but these errors were encountered:
Hello,
I am not totally sure if this is the right place to address this issue. If not let me know and I will close this issue.
In my local dev environment I have the current setup running:
OS:
PHP 8.3.10
Symfony 6.4.10 LTS
Setup based on docker and docker-compose.yml
PHP Packages:
predis/predis: 2.2.2
snc/redis-bundle: 4.7.2
When I am using the redis docker image in version 7.2 everything is running fine. No complains and all caches can be cleared without any errors:
When I change the docker image to version 7.4 I get the following errors produced by predis/predis bundle:
Configuration from docker-compose.yml
I tried a lot with up- and downgrading the PHP packages, but at the end the only trick that worked was to limit the docker image to version 7.2. Version 7.4. will always bring back that weird error which is related to the SCAN command and an invalid cursor.
The text was updated successfully, but these errors were encountered: