File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 22
33## Summary
44
5- groupcache is a caching and cache-filling library, intended as a
6- replacement for memcached in many cases.
5+ groupcache is a distributed caching and cache-filling library, intended as a
6+ replacement for a pool of memcached nodes in many cases.
77
88For API docs and examples, see http://godoc.org/github.com/golang/groupcache
99
@@ -17,7 +17,8 @@ For API docs and examples, see http://godoc.org/github.com/golang/groupcache
1717
1818 * does not require running a separate set of servers, thus massively
1919 reducing deployment/configuration pain. groupcache is a client
20- library as well as a server. It connects to its own peers.
20+ library as well as a server. It connects to its own peers, forming
21+ a distributed cache.
2122
2223 * comes with a cache filling mechanism. Whereas memcached just says
2324 "Sorry, cache miss", often resulting in a thundering herd of
You can’t perform that action at this time.
0 commit comments