michaeldv / cacherl

Erlang version of memcached with data persistence (Google code mirror)

Home Page:http://code.google.com/p/cacherl/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cacherl is an Erlang port of famous Memcached trying to take advantage of
both Erlang and Memcached. It follows the simple interface of memcached
with additional data persistence. All memcached clients (C/PHP/Perl/...)
can access Cacherl without any code modification. Moreover, the distributing
of cached data is ensured by Erlang instead of memcached client hashing,
so we don't need to worry about data invalidation when adding more servers.

About

Erlang version of memcached with data persistence (Google code mirror)

http://code.google.com/p/cacherl/


Languages

Language:Erlang 89.8%Language:Shell 10.2%