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

  1. Fork it ( http://github.com//memcached_cli/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request