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

implement key-value caching #156

Open
ecton opened this issue Jan 27, 2022 · 0 comments
Open

implement key-value caching #156

ecton opened this issue Jan 27, 2022 · 0 comments
Labels
enhancement New feature or request key-value Issues impacting the key-value store

Comments

@ecton
Copy link
Member

ecton commented Jan 27, 2022

While browsing the Redis site, I noticed this page detailing a new feature in Redis 6 for automatic client caching.

I personally think that their approach is a bit heavy-handed, although it does allow for easy adoption in existing applications. For BonsaiDb, I think a utility caching type that sits atop a KeyValue implementor would be pretty straightforward to implement and could provide a caching-specific API.

@ecton ecton added enhancement New feature or request key-value Issues impacting the key-value store labels Jan 27, 2022
@ecton ecton moved this to Todo in Beta Roadmap Jan 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request key-value Issues impacting the key-value store
Projects
Status: Todo
Development

No branches or pull requests

1 participant