📊 State of Magento 2025

The Home for Magento 2 Excellence

Quality-tested Magento 2 modules. Explore. Evaluate. Elevate. #magento2

606 Modules
385 Ready
218 Need Help
🏆 Leaderboard
Stable v1.5.2

Admin Redis Report

element119/module-admin-redis-report

A module that allows to visualise historic Redis health statistics in the Admin Panel.

11,921
Downloads
Below average
18
GitHub Stars
Below average
5mo ago
Last Release
1
Open Issues
Build Passing
Ready to install

Build Tests

Composer Install
DI Compile
Templates

Code Quality

CS Coding Standard
107 warnings
L1 PHPStan

Tested on Magento 2.4.8-p3

Recent Test History

Each release is tested against the latest Magento version at that time.

v1.5.2 on Magento 2.4.8-p3
Dec 15, 2025
v1.5.2 on Magento 2.4.8-p2
Sep 2, 2025
v1.5.1 on Magento 2.4.8-p2
Aug 14, 2025
v1.5.1 on Magento 2.4.8
May 17, 2025
v1.5.1 on Magento 2.4.7-p4
Feb 15, 2025
v1.5.1 on Magento 2.4.7-p3
Oct 15, 2024

+7 older tests

Share This Module's Status

Admin Redis Report Magento compatibility status badge

README

Loaded from GitHub

📝 Features

✔️ See a snapshot of the health of Redis from the comfort of the Magento admin

✔️ Visualise historic Redis health statistics

✔️ Supports Magento Open Source, Adobe Commerce, and Mage-OS

✔️ Built in accordance with Magento best practises

✔️ Dedicated module configuration section and custom admin user controls

✔️ Seamless integration with Magento

✔️ Built with developers and extensibility in mind to make customisations as easy as possible

✔️ Installable via Composer

✔️ Theme agnostic

Upcoming

⏳ Ability to filter historic charts by date range

⛔️ Incompatibilities

[!CAUTION] This module is not compatible with Magento instances that utilise the Redis L2 cache and/or the Magento\Framework\Cache\Backend\RemoteSynchronizedCache class for the Redis backend cache.

More information is available in the Magento documentation:

🔌 Installation

Run the following command to install this module:

composer require element119/module-admin-redis-report
php bin/magento setup:upgrade

⏫ Updating

Run the following command to update this module:

composer update element119/module-admin-redis-report
php bin/magento setup:upgrade

❌ Uninstallation

Run the following command to uninstall this module:

composer remove element119/module-admin-redis-report
php bin/magento setup:upgrade

📚 User Guide

Configuration for this module can be found in the Magento admin under Stores -> Settings -> Configuration -> Advanced -> System -> Redis Report.

Redis Report

The Redis information can be found in the admin under System -> Tools -> Redis Report.

Enable/Disable Historic Data

The periodic capture of Redis information can be disabled by setting this option to No. This is set to Yes by default.

Historic Data Retention Period

The value specified here determines how long Magento will store historic Redis report data, measured in days. An empty value means data will be kept indefinitely.

📸 Screenshots & GIFs

Admin Configuration

admin-config

Admin Report

admin-report

This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.