steverobbins/redismanager

View and flush Redis services

Installs: 4 532

Dependents: 0

Suggesters: 0

Security: 0

Stars: 137

Watchers: 32

Forks: 29

Open Issues: 2

Type:magento-module

v1.4.5 2018-09-10 15:29 UTC

This package is auto-updated.

Last update: 2024-03-29 02:44:50 UTC


README

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. Auto-refresh redis dashboard every X seconds
  3. View usage statistics
  4. 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

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.
  • 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