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 2
2
3
3
## Summary
4
4
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.
7
7
8
8
For API docs and examples, see http://godoc.org/github.com/golang/groupcache
9
9
@@ -17,7 +17,8 @@ For API docs and examples, see http://godoc.org/github.com/golang/groupcache
17
17
18
18
* does not require running a separate set of servers, thus massively
19
19
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.
21
22
22
23
* comes with a cache filling mechanism. Whereas memcached just says
23
24
"Sorry, cache miss", often resulting in a thundering herd of
You can’t perform that action at this time.
0 commit comments