-
Notifications
You must be signed in to change notification settings - Fork 165
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Describe the feature
Can we have a multi level storage combiner, like overlay but with writing capability also.
A common use case can be to combine memory-store
with fs-store
.
Read Path: first memory-store
is checked if it returns nothing then fs-store
is checked.
Write Path: Write happen to memory-store
and then get's synced to fs-store
with some debouncing maybe.
Additional information
- Would you be willing to help implement this feature?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request