MemcachedCli
Command line to access Memcached
Installation
$ gem install memcached_cli
Usage
$ memcached-cli add a_key a_value
$ memcached-cli get a_key
$ memcached-cli delete a_key
Contributing
- Fork it ( http://github.com/
/memcached_cli/fork ) - Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request