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(7mo ago)31.1k↓44.4%[2 issues](https://github.com/DeployEcommerce/module-redis-flush/issues)MITPHP

Since Nov 12Pushed 7mo 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 yesterday

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 52% of packages

Maintenance49

Moderate activity, may be stable

Popularity22

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity27

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

232d 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

[smile/elasticsuite

Magento 2 merchandising and search engine built on ElasticSearch

8064.7M49](/packages/smile-elasticsuite)[mollie/magento2

Mollie Payment Module for Magento 2

1131.9M16](/packages/mollie-magento2)[loki/magento2-components

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

1011.8k26](/packages/loki-magento2-components)[lizardmedia/module-varnish-warmer

Varnish Cache Warmer Magento2 module by Lizard Media

6180.3k](/packages/lizardmedia-module-varnish-warmer)[pronko/selective-cache

Pronko Consulting Selective Cache

3520.4k](/packages/pronko-selective-cache)[opengento/module-category-import-export

This module add the capability to import and export the categories from the back-office.

1310.9k2](/packages/opengento-module-category-import-export)

PHPackages © 2026

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