No Description

221V 66ef7b475f fix err - comment specs 1 week ago
README.md b18932807c lib init 1 week ago
memcached.erl 66ef7b475f fix err - comment specs 1 week ago

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.