README.md

September 28, 2024 ยท View on GitHub

element119 | Admin Redis Report

๐Ÿ“ 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