https://github.com/darvaza-proxy/gossipcache
groupcache variant using gossip for peer discovery
https://github.com/darvaza-proxy/gossipcache
cache golang gossip groupcache memberlist
Last synced: 2 months ago
JSON representation
groupcache variant using gossip for peer discovery
- Host: GitHub
- URL: https://github.com/darvaza-proxy/gossipcache
- Owner: darvaza-proxy
- License: mit
- Created: 2022-12-23T14:01:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-23T22:49:14.000Z (4 months ago)
- Last Synced: 2025-01-23T23:32:12.571Z (4 months ago)
- Topics: cache, golang, gossip, groupcache, memberlist
- Language: Go
- Homepage: https://darvaza.org/gossipcache
- Size: 89.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
Gossip powered group cache library
==================================Why not plain groupcache?
-------------------------
Manually managing the list of peers sucksWhy mailgun's groupcache?
-------------------------
We using mailgun's groupcache fork instead of Google's
because they've added support for `context.Context`, go.mod,
and explicit key removal and expiration.See also
--------
* https://github.com/hashicorp/memberlist
* https://github.com/mailgun/groupcache