Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add groupcache as storage implementation #14

Closed
philippgille opened this issue Aug 28, 2018 · 1 comment
Closed

Add groupcache as storage implementation #14

philippgille opened this issue Aug 28, 2018 · 1 comment
Labels
enhancement New feature or request

Comments

@philippgille
Copy link
Owner

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

@philippgille philippgille added the enhancement New feature or request label Aug 28, 2018
@philippgille
Copy link
Owner Author

Closing because it's part of #22

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant