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
Currently, cached request/response pairs are written to memory (#361). It would be great if the mint could use a dedicated Redis caching service for this (as well or instead of RAM caching).
The text was updated successfully, but these errors were encountered:
I think this is a good idea and something that can be supported fairly easier by changing the cache to be a Cache trait instead of a specific struct like we do for the database within the mint.
@thesimplekid I'm working on this, upcoming PR. My approach is to always have an in memory cache and use redis to synchronize cache between nodes /cc @callebtc
Currently, cached request/response pairs are written to memory (#361). It would be great if the mint could use a dedicated Redis caching service for this (as well or instead of RAM caching).
The text was updated successfully, but these errors were encountered: