Open beckend opened 4 months ago
Optional ability to limit by total size or number of keys
Yeah, this a reasonable feature.
Probably LRU eviction, even allow user to provide callback.
There is a compact
method to allow users to remove old version entries. The crate is not a cache but an in-memory MVCC database.
To not crash the app by eating all memory. Optional ability to limit by total size or number of keys. Probably LRU eviction, even allow user to provide callback.