PHPackages                             steverobbins/redismanager - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. steverobbins/redismanager

ActiveMagento-module[Utility &amp; Helpers](/categories/utility)

steverobbins/redismanager
=========================

View and flush Redis services

v1.4.5(7y ago)1394.6k↓80%32[2 issues](https://github.com/steverobbins/Magento-Redismanager/issues)CC-BY-3.0PHP

Since Dec 3Pushed 7y ago31 watchersCompare

[ Source](https://github.com/steverobbins/Magento-Redismanager)[ Packagist](https://packagist.org/packages/steverobbins/redismanager)[ RSS](/packages/steverobbins-redismanager/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (1)Versions (14)Used By (0)

[![Master Build Status](https://camo.githubusercontent.com/2f9c2073425b34f973126ecb8580f0800fdd79c4fdabdde270b8d7d0d3af4be0/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f7374657665726f6262696e732f4d6167656e746f2d52656469736d616e616765722f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/steverobbins/Magento-Redismanager)[![Master Code Quality](https://camo.githubusercontent.com/8d254c77638d785cb6ead74c4ce6228f744603d18d84514ea808e0d8c6cfde3b/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f7374657665726f6262696e732f4d6167656e746f2d52656469736d616e616765722f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/steverobbins/Magento-Redismanager/?branch=master)[![Latest Stable Version](https://camo.githubusercontent.com/1ca1c1cf0b6b9391a06d6866e2d97c5d028ff14db2e93a56745b4045b9bbe67c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7374657665726f6262696e732f72656469736d616e616765722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/steverobbins/redismanager)

Magento Redis Manager
=====================

[](#magento-redis-manager)

[![Join the chat at https://gitter.im/steverobbins/Magento-Redismanager](https://camo.githubusercontent.com/abe08b740a4156153736f791393ec4da6619c4be73212e75769f52edacc0e2b5/68747470733a2f2f6261646765732e6769747465722e696d2f4a6f696e253230436861742e737667)](https://gitter.im/steverobbins/Magento-Redismanager?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

Utility for managing Redis services

Features
========

[](#features)

1. Automatic or manual configuration in **System &gt; Config &gt; Advanced &gt; Redis Management**

- Ideal for when caching services differ in load balanced environments

2. Flush databases directly from Magento's admin panel in **System &gt; Redis Management**

- Though some caches can be cleared via native Cache Management, Magento only deletes certain caches based on key or tag. There is also no method to clear sessions. This module gives the admin the ability to execute `flushdb` and `flushall` commands for true cache purging.

3. Delete cache keys by matched strings
4. Auto-refresh redis dashboard every X seconds
5. View usage statistics
6. Synchonize to Magento flushes: Redismanager listens for the flush\_system and flush\_all (basically both top-right cache flush buttons on the Cache control page) events and (if enabled) flushes all Redis instances. (If you use Redis for your session management, be sure to use manual configuration and do NOT include the Cm\_RedisSession instance).

Screenshots
===========

[](#screenshots)

[![Manage Services](https://camo.githubusercontent.com/8cbc83315a2303a061dbf8b0b0d015b747d41f11e031ee0c890b22c0fe4e460e/687474703a2f2f692e696d6775722e636f6d2f4f516e787169592e706e67)](https://camo.githubusercontent.com/8cbc83315a2303a061dbf8b0b0d015b747d41f11e031ee0c890b22c0fe4e460e/687474703a2f2f692e696d6775722e636f6d2f4f516e787169592e706e67)

Installation
============

[](#installation)

1. Copy the contents of src/ to your Magento installation
2. Clear Magento caches
3. Log out of admin

Installation with Modman
------------------------

[](#installation-with-modman)

```
cd /path/to/magento/
modman init
modman clone https://github.com/steverobbins/Magento-Redismanager.git

```

FAQ
===

[](#faq)

- What caches are supported?
    - The module will automatically try and detect Redis settings for the following services:
        - Cache
        - Session
        - Enterprise Full Page Cache
        - Lesti FPC
- Can I configure new Redis services with the module?
    - Negative. This module is only used to monitor and flush already configured services. To add/change your services you need to modify app/etc/local.xml, enterprise.xml, fpc.xml ,etc.
- I keep seeing a `Connection to Redis failed` error. What does this mean?
    - You may have incorrectly configured your settings. Check you settings in System &gt; Config &gt; Advanced &gt; Redis Management. Double check your Manual Configuration or try changing `Automatically detect Redis services` to `Yes`
- What versions of Magento are supported?
    - This module has been tested on CE 1.7, 1.8, 1.9 and EE 1.12, 1.13, 1.14, however it should work with any version.
- Has the module been translated?
    - Yes. From the original English (en\_EN) to Korean (ko\_KR) and Dutch (nl\_NL).. feel free to contribute!

Support
=======

[](#support)

Please submit any issues or feature requests to the [issue tracker](https://github.com/steverobbins/Magento-Redismanager/issues).

License
=======

[](#license)

[Creative Commons Attribution 3.0 Unported License](http://creativecommons.org/licenses/by/3.0/deed.en_US)

###  Health Score

41

—

FairBetter than 89% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity37

Limited adoption so far

Community23

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor1

Top contributor holds 90.3% 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 ~137 days

Recently: every ~251 days

Total

11

Last Release

2807d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/75f626109c9c7bdb7ecbbd6a838ea38d9ed4e014a166f1fa3bbb9fa17f9e1e36?d=identicon)[steverobbins](/maintainers/steverobbins)

---

Top Contributors

[![steverobbins](https://avatars.githubusercontent.com/u/3498562?v=4)](https://github.com/steverobbins "steverobbins (84 commits)")[![hvanmegen](https://avatars.githubusercontent.com/u/5887986?v=4)](https://github.com/hvanmegen "hvanmegen (5 commits)")[![gitter-badger](https://avatars.githubusercontent.com/u/8518239?v=4)](https://github.com/gitter-badger "gitter-badger (1 commits)")[![hgati](https://avatars.githubusercontent.com/u/6913728?v=4)](https://github.com/hgati "hgati (1 commits)")[![michal-biarda-orba](https://avatars.githubusercontent.com/u/81220778?v=4)](https://github.com/michal-biarda-orba "michal-biarda-orba (1 commits)")[![scrutinizer-auto-fixer](https://avatars.githubusercontent.com/u/6253494?v=4)](https://github.com/scrutinizer-auto-fixer "scrutinizer-auto-fixer (1 commits)")

###  Code Quality

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/steverobbins-redismanager/health.svg)

```
[![Health](https://phpackages.com/badges/steverobbins-redismanager/health.svg)](https://phpackages.com/packages/steverobbins-redismanager)
```

PHPackages © 2026

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