golang / groupcache

groupcache is a caching and cache-filling library, intended as a replacement for memcached in many cases.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[feature-request] how's about adopting membership protocol from hashicorp?

weburnit opened this issue · comments

That would be great to have a look memberlist for peer2peer connection.
https://github.com/hashicorp/memberlist

commented

I put together a small package to glue these two awesome libraries together.

https://github.com/pomerium/autocache

@desimone that is gorgeous