2017 © Pedro Peláez
 

library memcachekeylisting

Module to list memcached keys and provide functinality to flush key one by one

image

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

The README.md

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)

The Versions

13/04 2015

dev-master

9999999-dev https://github.com/tarun-singhal/AppLogger

Module to list memcached keys and provide functinality to flush key one by one

  Sources   Download

The Requires

  • php >=5.3

 

by Shashi Kant Singh

memcache memcached zf2 cached key listing flush cached keys delete cached keys