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 in-memory backing store option #8

Merged
merged 1 commit into from
Nov 10, 2024
Merged

Add in-memory backing store option #8

merged 1 commit into from
Nov 10, 2024

Conversation

v0lkan
Copy link
Contributor

@v0lkan v0lkan commented Nov 10, 2024

An "in-memory" backing store is a store that implements a no-op backing store interface since memory is always the initial source of truth and backing store is queried only when the key is not found in memory.

Signed-off-by: Volkan Özçelik <me@volkan.io>
@v0lkan v0lkan self-assigned this Nov 10, 2024
@v0lkan v0lkan requested a review from kfox1111 as a code owner November 10, 2024 06:05
@v0lkan v0lkan merged commit 3aba887 into main Nov 10, 2024
@v0lkan v0lkan deleted the feature/memory-store branch November 10, 2024 06:07
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.

1 participant