Magento Redis Manager
Utility for managing Redis services
Features
- Automatic or manual configuration in System > Config > Advanced > Redis Management
- Ideal for when caching services differ in load balanced environments
- Flush databases directly from Magento's admin panel in System > 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.
- Delete cache keys by matched strings
- Auto-refresh redis dashboard every X seconds
- View usage statistics
- 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
Installation
- Copy the contents of src/ to your Magento installation
- Clear Magento caches
- Log out of admin
Installation with Modman
cd /path/to/magento/
modman init
modman clone https://github.com/steverobbins/Magento-Redismanager.git
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 > Config > Advanced > 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
Please submit any issues or feature requests to the issue tracker.
License
Creative Commons Attribution 3.0 Unported License