bonsaidb icon indicating copy to clipboard operation
bonsaidb copied to clipboard

implement key-value caching

Open ecton opened this issue 4 years ago • 0 comments

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.

  • Blocked by #155

ecton avatar Jan 27 '22 04:01 ecton