An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

Gossip powered group cache library
==================================

Why not plain groupcache?
-------------------------
Manually managing the list of peers sucks

Why 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