Jumping on the bandwagon of Erlang memcached clients (there are a few already), here's our contribution:
http://github.com/jacknyfe/mcd This is a client to a text-based memcached protocol, written in pure Erlang (does not require extra linked-in drivers and such). For those interested in library design decisions, here's some (use Google to translate): http://fprog.ru/2009/issue3/lev-walkin-designing-erlang-memcached-client/ -- vlm
