# NAME App::Memcached::Tool - A porting of [memcached/memcached-tool](https://github.com/memcached/memcached/blob/master/scripts/memcached-tool) # SYNOPSIS use App::Memcached::Tool; # DESCRIPTION This package provides the same feature with [memcached/memcached-tool](https://github.com/memcached/memcached/blob/master/scripts/memcached-tool). A common commandline tool for __memcached__. See [memcached-tool](https://metacpan.org/pod/memcached-tool) for more information. # SEE ALSO [memcached-tool](https://metacpan.org/pod/memcached-tool), [http://www.memcached.org/](http://www.memcached.org/) # LICENSE Copyright (C) YASUTAKE Kiyoshi. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. # AUTHOR YASUTAKE Kiyoshi