Skip to content

m82amjaduk/Magento-Redismanager

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Master Build Status Master Code Quality Latest Stable Version

Magento Redis Manager

Join the chat at https://gitter.im/steverobbins/Magento-Redismanager

Utility for managing Redis services

Features

  1. Automatic or manual configuration in System > Config > Advanced > Redis Management
  • Ideal for when caching services differ in load balanced environments
  1. 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.
  1. Delete cache keys by matched strings
  2. View cache keys
  3. View usage statistics

Screenshots

Manage Services

Installation

  1. Copy the contents of src/ to your Magento installation
  2. Clear Magento caches
  3. 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.

Support

Please submit any issues or feature requests to the issue tracker.

License

Creative Commons Attribution 3.0 Unported License

About

Magento's missing Redis service manager

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 68.0%
  • HTML 26.8%
  • CSS 5.2%