# 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. ```