null9beta / php-memcache-viewer
View Memcache entries via CLI or WebInterface
Installs: 177
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/null9beta/php-memcache-viewer
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: 2025-10-12 01:08:13 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