Redis Cache Clear
No security coverage
This module provides automated and manual ways to clear Redis cache entries. It can periodically clean out old or large cache data using Drupal's cron system, or you can trigger it manually. It also offers filtering options to target specific cache keys, making it suitable for shared Redis environments.
Redis Cache Clear : Redis Cache Clear is a lightweight Drupal module that provides automated and manual Redis cache cleanup functionality. It allows administrators to clear Redis cache keys at a configurable time interval using Drupal cron, helping prevent stale or oversized cache data. The module supports optional Redis key prefix filtering, making it safe for shared Redis environments. A simple administrative interface is provided for manually triggering cache clearing when needed. Redis Cache Clear uses non-blocking Redis SCAN operations and logs all cache-clearing activities for transparency. The module is compatible with Drupal 9, 10, and 11 and integrates seamlessly with the official Redis module.
Requirements:
Redis module
PHP Redis extension (phpredis)
Redis configured as Drupal’s cache backend