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

Implementation of memory persistence service. #63

Merged
merged 1 commit into from
Feb 22, 2024

Conversation

splatch
Copy link
Contributor

@splatch splatch commented Feb 22, 2024

This persistence service is self-contained and allows to retain data without disk/storage access. It can be also used for items which have high update frequency and might put unecessary load on storage.

This persistence service is self-contained and allows to retain data without disk/storage access.
It can be also used for items which have high update frequency and might put unecessary load on storage.

Signed-off-by: Łukasz Dywicki <[email protected]>
@splatch splatch self-assigned this Feb 22, 2024
@splatch splatch merged commit 8443516 into master Feb 22, 2024
4 checks passed
@splatch splatch added the p-memory Memory persistence label Feb 27, 2024
@splatch splatch deleted the memory-persistence-service branch February 28, 2024 22:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p-memory Memory persistence
Development

Successfully merging this pull request may close these issues.

1 participant