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
## Description
This was a smaller change than expected.
* There is already a `gc_smoke_mem` test, so we know GC works with a
memstore
* `store::mem::Options` was already defined, just empty. I've added a
public `gc: Option<GcConfig>` field
* expanded `MemStore::new` to call `MemStore::new_with_opts` to expose
providing custom GC options
## Breaking Changes
None.
## Notes & open questions
I haven't actually ensured that `MemStore::new_with_opts` works & is
publically exposed. Should add a test for that
## Change checklist
- [ ] Self-review.
- [ ] Documentation updates following the [style
guide](https://rust-lang.github.io/rfcs/1574-more-api-documentation-conventions.html#appendix-a-full-conventions-text),
if relevant.
- [ ] Tests if relevant.
- [ ] All breaking changes documented.
---------
Co-authored-by: Ruediger Klaehn <[email protected]>
0 commit comments