PHPackages                             deployecommerce/module-redis-flush - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Caching](/categories/caching)
4. /
5. deployecommerce/module-redis-flush

ActiveMagento2-module[Caching](/categories/caching)

deployecommerce/module-redis-flush
==================================

Provides the ability to flush Redis via the Cache Management page and provide statistics of Redis consumption.

0.0.3(9mo ago)31.2k↓39.6%1[2 issues](https://github.com/DeployEcommerce/module-redis-flush/issues)MITPHP

Since Nov 12Pushed 9mo agoCompare

[ Source](https://github.com/DeployEcommerce/module-redis-flush)[ Packagist](https://packagist.org/packages/deployecommerce/module-redis-flush)[ RSS](/packages/deployecommerce-module-redis-flush/feed)WikiDiscussions main Synced 2w ago

READMEChangelog (2)Dependencies (2)Versions (4)Used By (0)

DeployEcommerce RedisFlush Extension
====================================

[](#deployecommerce-redisflush-extension)

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.

Description
-----------

[](#description)

This extension provides a convenient way to flush all Redis cache data directly from the Magento admin interface. It adds a button to the Cache Management page that triggers a complete Redis flush operation.

Requirements
------------

[](#requirements)

- Magento 2.4.x
- Redis configured as cache backend

Installation
------------

[](#installation)

```
composer require deployecommerce/module-redis-flush
php bin/magento module:enable DeployEcommerce_RedisFlush
php bin/magento setup:upgrade
php bin/magento cache:flush
```

Usage
-----

[](#usage)

1. Log in to the Magento Admin Panel
2. Navigate to:

    ```
    System > Tools > Cache Management

    ```
3. You will see a "Flush Redis" button in the page actions toolbar
4. Click the "Flush Redis" button to execute a complete Redis flush
5. A success or error message will be displayed after the operation completes

Permissions
-----------

[](#permissions)

The extension uses Magento's built-in cache management permissions. Only users with the following permission can flush Redis:

- `Magento_Backend::cache` (Cache Management)

To grant access, go to:

```
System > Permissions > User Roles

```

Warning
-------

[](#warning)

**Use with caution!** The `flushall` command will clear ALL data from Redis, including:

- Magento cache
- Session data (if stored in Redis)
- Full page cache
- Any other data stored in the Redis instance

This may cause temporary performance degradation as caches are rebuilt and could log out active users if sessions are stored in Redis.

Support
-------

[](#support)

No official support is provided for this extension. Bug reports and feature requests are welcome via [GitHub Issues](https://github.com/DeployEcommerce/module-redis-flush/issues).

License
-------

[](#license)

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.

###  Health Score

28

—

LowBetter than 51% of packages

Maintenance44

Moderate activity, may be stable

Popularity23

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity28

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

277d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/254889?v=4)[Scott](/maintainers/ssx)[@ssx](https://github.com/ssx)

![](https://avatars.githubusercontent.com/u/2587545?v=4)[Nathan Chick](/maintainers/nathanchick)[@nathanchick](https://github.com/nathanchick)

---

Top Contributors

[![ssx](https://avatars.githubusercontent.com/u/254889?v=4)](https://github.com/ssx "ssx (5 commits)")

### Embed Badge

![Health badge](/badges/deployecommerce-module-redis-flush/health.svg)

```
[![Health](https://phpackages.com/badges/deployecommerce-module-redis-flush/health.svg)](https://phpackages.com/packages/deployecommerce-module-redis-flush)
```

###  Alternatives

[mollie/magento2

Mollie Payment Module for Magento 2

1142.0M17](/packages/mollie-magento2)[loki/magento2-components

Core module for defining Alpine.js components with advanced AJAX features

1015.1k29](/packages/loki-magento2-components)[run-as-root/magento2-prometheus-exporter

Magento2 Prometheus Exporter

69362.0k](/packages/run-as-root-magento2-prometheus-exporter)[buckaroo/magento2

Buckaroo Magento 2 extension

32426.0k8](/packages/buckaroo-magento2)[lizardmedia/module-varnish-warmer

Varnish Cache Warmer Magento2 module by Lizard Media

6181.5k](/packages/lizardmedia-module-varnish-warmer)[zwernemann/module-withdrawal

Magento 2 EU Withdrawal Button Module - Adds a withdrawal/revocation button for orders in compliance with EU Directive (EU) 2023/2673

2610.9k2](/packages/zwernemann-module-withdrawal)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
