Utility for managing Redis services
- 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
andflushall
commands for true cache purging.
- Delete cache keys by matched strings
- View cache keys
- View usage statistics
- Copy the contents of src/ to your Magento installation
- Clear Magento caches
- Log out of admin
cd /path/to/magento/
modman init
modman clone https://github.com/steverobbins/Magento-Redismanager.git
- 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
- The module will automatically try and detect Redis settings for the following services:
- 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
toYes
- You may have incorrectly configured your settings. Check you settings in System > Config > Advanced > Redis Management. Double check your Manual Configuration or try changing
- 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.
Please submit any issues or feature requests to the issue tracker.