fortrabbit/memcached-cli

This package is abandoned and no longer maintained. No replacement package was suggested.

Memcached insights & tooling

1.0.0-beta2 2018-07-20 16:37 UTC

This package is auto-updated.

Last update: 2022-10-06 20:07:27 UTC


README

Available commands

// R/W access
php vendor/bin/mcc set [key] [value]
php vendor/bin/mcc get [key]
php vendor/bin/mcc delete [key]

// Insights
php vendor/bin/mcc stats
php vendor/bin/mcc search [pattern]

// Dev tooling
php vendor/bin/mcc faker [prefix]
php vendor/bin/mcc flush 

Getting started

# Install via composer
composer require fortrabbit/memcached-cli:^1.0.0-beta
# Tell the cli the memcached server 
export MEMCACHE_HOST=localhost

# List commands
php vendor/bin/mcc