- Issue created by @johnnybravosr@outlook.com
- 🇳🇱Netherlands johnnybravosr@outlook.com
I don't believe I have changed anything in my setup, but the warning has vanished spontaneously!
How awesome when problems solve themselves!!!
After installing this module, the Redis Report page shows everything is working well, except for one thing:
WARNING: Total cache tag invalidations: 0 tags with 0 invalidations.
No cache tags found, make sure that the redis cache tag checksum service is used. See example.services.yml on root of this module.
To include all settings and configuration files, I copied and renamed settings.redis.example.php to sites/default, and included it in settings.php. In this new settings.redis.php I applied two $settings['container_yamls'][] to refer to example.services.yml and redis.services.yml. I also implemented a few additional settings from README.md, like redis_invalidate_all_as_delete, queue_default, and queue_service_aggregator_feeds, but that did not solve this issue either.
I'm using version 7.0.15 of Redis-server and version 6.1.0 of PhpRedis, in combination with Apache 2.4.63 (Ubuntu) and Php8.4-fpm. I also installed igbinary, lzf, zstd and lz4 during setup of PhpRedis. I'm not sure either if I should add additional settings to make igbinary and the different compression protocols work.
I'm really sorry if I missed an important step during the setup, or in applying additional settings. I really believe I've been pretty thorough. I hope you can help me solve this issue. I would appreciate your help a lot.
Active
1.9
Miscellaneous
I don't believe I have changed anything in my setup, but the warning has vanished spontaneously!
How awesome when problems solve themselves!!!