github.com/smallfish/memcache

memcache client for go, fork from YouTube(vitess).


Install
go get github.com/smallfish/memcache

Documentation

fork from YouTube(Vitess):

https://github.com/youtube/vitess/tree/master/go/memcache

Install:

$ go install github.com/smallfish/memcache

More example see file 'memcache_test.go'.

END