shashi-singh / memcachekeylisting
There is no license information available for the latest version (dev-master) of this package.
Module to list memcached keys and provide functinality to flush key one by one
dev-master
2015-04-13 09:51 UTC
Requires
- php: >=5.3
This package is not auto-updated.
Last update: 2026-04-26 01:39:46 UTC
README
MemCacheKeyListing is basically used to list all cached keys with option to flush to those keys
Steps to Enable and usage of AppLogger Module
Step 1 :To enable the Module in ZF2, Include the module name inside application.config.php file
return array( ..., ..., 'MemListing' );
Step 2: to check the view, just type following url "http://DOMAIN-NAME/mem"