You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Groupcache is a distributed cache, but unlike Redis, it doesn't need an extra server - it connects to its peers directly. While skimming info about it I read that you can't update or delete entries, because it's just meant as the most simple cache, but that's currently sufficient for ln-paywall's needs.
Groupcache is a distributed cache, but unlike Redis, it doesn't need an extra server - it connects to its peers directly. While skimming info about it I read that you can't update or delete entries, because it's just meant as the most simple cache, but that's currently sufficient for
ln-paywall
's needs.https://github.com/golang/groupcache
The text was updated successfully, but these errors were encountered: