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

Since Nov 12Pushed 6mo 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 1mo 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 54% of packages

Maintenance48

Moderate activity, may be stable

Popularity22

Limited adoption so far

Community8

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

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

[lizardmedia/module-varnish-warmer

Varnish Cache Warmer Magento2 module by Lizard Media

6276.8k](/packages/lizardmedia-module-varnish-warmer)[redchamps/module-easy-cache-clean

Clean invalidated cache(s) easily in a Magento 2 store

2838.0k](/packages/redchamps-module-easy-cache-clean)[vendic/module-optimize-cache-size

Magento 2 extension that reduces the number of cache keys by removing catalog\_product\_view\_id\_, catalog\_product\_view\_sku\_, catalog\_product\_view\_attribute\_set\_, catalog\_category\_view\_id\_ layout handles by default

3453.6k](/packages/vendic-module-optimize-cache-size)[litespeed/module-litemage

LiteMage Full Page Cache for LiteSpeed Web Server

3254.8k](/packages/litespeed-module-litemage)[mage-os/module-inventory-reservations-grid

Add a grid with the list of inventory reservations.

126.8k](/packages/mage-os-module-inventory-reservations-grid)[graycore/magento2-graph-ql-cache

A Magento 2 module that modifies the built-in GraphQlCache FPC.

121.5k](/packages/graycore-magento2-graph-ql-cache)

PHPackages © 2026

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