The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

App::Memcached::CLI - Interactive/Batch CLI for Memcached

SYNOPSIS

    use App::Memcached::CLI::Main;
    my $params = App::Memcached::CLI::Main->parse_args;
    App::Memcached::CLI::Main->new(%$params)->run;

DESCRIPTION

This package provides utility CLI for Memcached.

The CLI can be both interactive one or batch script.

See memcached-cli for details.

SEE ALSO

memcached-cli, App::Memcached::CLI::Main, http://www.memcached.org/

LICENSE

Copyright (C) IKEDA Kiyoshi.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHOR

IKEDA Kiyoshi <progrhyme@gmail.com>