groupcache
groupcache is a caching and cache-filling library, intended as a replacement for memcached in many cases.
About this project
groupcache Summary groupcache is a distributed caching and cache-filling library, intended as a replacement for a pool of memcached nodes in many cases. For API docs and examples, see http://godoc.org/github.com/golang/groupcache Comparison to memcached Like memcached, groupcache: shards by key to select which peer is responsible for that key Unlike memcached, groupcache: does not require running a separate set of servers, thus massively reducing deployment/configuration pain. groupcache is a client library as well as a server. It connects to its own peers, forming a distributed cache. comes with a cache filling mechanism. Whereas memcached just says "Sorry, cache miss",…
Technologies
Project health
GitHub
Reviews
Built by
Maintain golang/groupcache? Claiming verifies admin access through your GitHub account and gives you control of this listing.