[![Build Status](https://travis-ci.org/key-amb/perl5-App-Memcached-CLI.svg?branch=master)](https://travis-ci.org/key-amb/perl5-App-Memcached-CLI) # NAME **memcached-cli** - Interactive CLI for Memcached # SYNOPSIS Run an interactive CLI: ``` memcached-cli [options] # Without 1st arg, connects 127.0.0.1:11211 by default memcached-cli [options] # You can provide by option style memcached-cli --addr|-a [options] ``` These above turns into interactive mode like below: ``` memcached@SERVER:PORT> memcached@SERVER:PORT> \h # show help memcached@SERVER:PORT> \d # display slabs info ``` Show Help/Manual: ``` memcached-cli -h|--help memcached-cli --man ``` # DESCRIPTION This script provides interactive CLI for Memcached. It connects to a specified Memcached server and interactively executes each command you run. # OPTIONS - **-t|--timeout=Int** Sets connection timeout. Default is 1 seconds. - **-d|--debug** Shows debug logs. # SEE ALSO [App::Memcached::CLI](https://metacpan.org/pod/App::Memcached::CLI), **memcached(1)**, [http://www.memcached.org/](http://www.memcached.org/) # AUTHORS YASUTAKE Kiyoshi # LICENSE Copyright (C) 2015 YASUTAKE Kiyoshi. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. That means either (a) the GNU General Public License or (b) the Artistic License.