Нет описания

221V 66ef7b475f fix err - comment specs 1 неделя назад
README.md b18932807c lib init 1 неделя назад
memcached.erl 66ef7b475f fix err - comment specs 1 неделя назад

README.md

erlang + memcached example

https://github.com/asceth/memcached
https://github.com/asceth/memcached/blob/master/src/memcached.erl
https://github.com/asceth/memcached/blob/master/docs/memcached.html

Set a key/value pair with flags and timeout of 10 seconds
4> memcached:set(Connection, "github", 0, 10, {url, "http://github.com", author, "asceth", repo, "memcached"}).
ok.