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

feat(FasterKv): Add FasterKv support #418

Merged
merged 2 commits into from
Nov 17, 2022

Conversation

InCerryGit
Copy link
Member

FasterKv is a hybrid memory and disk Kv Store, so it can support much larger data storage than memory.

  • Add FasterKv caching support
  • It only supports simple read and write operations, so for the time being there are more features not yet implemented(like, perfix query, expiration,etc.)

Copy link
Member

@catcherwong catcherwong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@catcherwong catcherwong merged commit 5b093dc into dotnetcore:dev Nov 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants