element119/module-admin-redis-report

A Magento 2 module that displays Redis information in the admin.

Installs: 1 156

Dependents: 0

Suggesters: 0

Security: 0

Stars: 7

Watchers: 0

Forks: 1

Open Issues: 0

Language:HTML

Type:magento2-module

1.4.1 2024-04-13 17:27 UTC

This package is auto-updated.

Last update: 2024-04-13 17:34:58 UTC


README

📝 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


🔌 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