null9beta / php-memcache-viewer
View Memcache entries via CLI or WebInterface
v1.2.0
2017-12-21 08:22 UTC
Requires
- php: >=5.4.0
- illuminate/support: ~5.5
- symfony/console: >=v2.8.4
- symfony/yaml: >=v2.8.4
This package is not auto-updated.
Last update: 2024-11-09 19:34:57 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