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 (
commit ff0505abb33d4f7bdb8f759ef99cd065a0d37b91
tree f8896082430c2944d17f1c73ac8a4c1c1d273ffa
parent f6ac005f4b1720c4bb2899041d7ed43c83ef6299
tree f8896082430c2944d17f1c73ac8a4c1c1d273ffa
parent f6ac005f4b1720c4bb2899041d7ed43c83ef6299
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








