I'm the author of memcache client and server in go [1]. The client is much faster than bradfitz's client when serving hundreds of simultaneous workers - try comparing them with go-memcached-bench [2].
There is also memcache server [3] written in go, which can cache much more data comparing to the original memcached thanks to ybc library [4].