A Magento 2 extension that adds a "Flush Redis" button to the Cache Management page in the admin panel, allowing administrators to execute a Redis flushall command with a single click.
23 Nov 2025
A logging mechanism for cache invalidation and cleaning events, helping track and debug cache flushing issues. It logs details like invalidation types and provides an admin grid for viewing log entries, including the ability to enable or disable logging via system configuration.
28 Oct 2025
A faster drop in replacement for bin/magento cache:clean with a file watcher. The file watcher automatically cleans affected cache types in the Magento 2 cache during development. For example, if you make a change to a template, it only cleans the block_html and full_page caches, not the config or layout caches.
07 Jul 2025