public
Description: Simple HTTP Proxy for Memcached
Homepage: http://www.github.com/arunthampi/memento
Clone URL: git://github.com/arunthampi/memento.git
name age message
file .gitignore Loading commit data...
file README
directory config/
file memento.ru
README
A primitive HTTP proxy for Memcached, using Sinatra + Thin's asynchronous awesomeness.

Dependencies
------------

1. Thin (>= 1.2.0) [gem install thin]
2. Sinatra (>= 0.9.2) [gem install sinatra]
3. AsyncSinatra (>= 0.1.4) [gem install async_sinatra]


Usage
-----

To use this, have a Memcached server running, create a file called config/memento.yml pointing to the appropriate 
Memcached server, and then boom,

> thin start -R memento.ru