Redis for Magento — session storage, cache backend configuration, and queue backend for high-performance stores.
Production-safe tools to analyze and manage Redis cache. Includes a web dashboard with treemap, health metrics, key browser, and tag-based cleanup, plus CLI/TUI scanners and monitoring checks.
21 Apr 2026
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
This module provides a snapshot of Redis health directly within the admin panel, visualizes historic health statistics, and supports different platforms. It features dedicated configurations, is designed for extensibility, and is installable via Composer. Note that it is incompatible with instances using Redis L2 cache or certain backend classes.
When using Redis as session storage in Magento 2, simultaneous or closely spaced requests to the same session can end up queued due to the locking system that prevents concurrent writes.