shashi-singh / memcachekeylisting
Module to list memcached keys and provide functinality to flush key one by one
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/shashi-singh/memcachekeylisting
Requires
- php: >=5.3
This package is not auto-updated.
Last update: 2026-01-18 00:20:13 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"