null9beta/php-memcache-viewer

View Memcache entries via CLI or WebInterface

v1.2.0 2017-12-21 08:22 UTC

This package is not auto-updated.

Last update: 2024-04-13 16:18:33 UTC


README

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