Skip to content

null9beta/php-memcache-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

php-memache-viewer

View Memcache entries via CLI or WebInterface

Use Cases

  • you want to look into your memcache instance from the command line with some filters on either keys or values
  • you want to add stuff to a memcache instance

Run via cli with config as arguments bin/console null9beta:memcache:items:show -s "localhost:11211,localhost:11212" -o "OPT_LIBKETAMA_COMPATIBLE=1,OPT_CONNECT_TIMEOUT=5"

Run via cli with config file bin/console null9beta:memcache:items:show -c "config/memcache.yml

Run via Webbrowser Interface tbd