This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
memento /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
README | ||
| |
config/ | ||
| |
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








