library memcachekeylisting
Module to list memcached keys and provide functinality to flush key one by one
shashi-singh/memcachekeylisting
Module to list memcached keys and provide functinality to flush key one by one
- Monday, April 13, 2015
- by shashi5678
- Repository
- 2 Watchers
- 3 Stars
- 0 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
MemCacheKeyListing
MemCacheKeyListing is basically used to list all cached keys with option to flush to those keys, (*1)
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, (*2)
return array(
...,
...,
'MemListing'
);
Step 2: to check the view, just type following url "http://DOMAIN-NAME/mem", (*3)