You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.
Allow multiple Caches(e.g. redis, localStorage, in-memory, etc.) to be used simultaneously. Some kind of CacheStrategy API is probably needed for this to work in order to specify where a value should be saved, which Cache should be checked first for a value, possibly moving values between caches(e.g. redis -> memory when accessed more frequently), etc...
Cache in Effect is a synchronised structure, not sure it would be possible to have redis & co, also it would require persistence and serialisation which can't be generally done (related to #612 )
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Allow multiple Caches(e.g. redis, localStorage, in-memory, etc.) to be used simultaneously. Some kind of CacheStrategy API is probably needed for this to work in order to specify where a value should be saved, which Cache should be checked first for a value, possibly moving values between caches(e.g. redis -> memory when accessed more frequently), etc...
See also: https://www.npmjs.com/package/cache-manager
The text was updated successfully, but these errors were encountered: