redis_cache_clear
No security coverage
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