pelikan-io / pelikan

Pelikan is a framework for building local or distributed caches. It comes with a highly extensible architecture, best-in-class performance, and superb operational ergonomics. You can use it to replace most of Memcached or a subset of Redis features.
https://pelikan.io
Apache License 2.0
227 stars 19 forks source link

feat: prepare segcache storage crate for release #91

Closed brayniac closed 9 months ago

brayniac commented 1 year ago

Prepare the segcache storage crate for release as segcache.

Changes to make the metrics an optional, but default feature to help reduce the dependency tree for embedded cases.

Remove the dependency on the storage-types by adding the typed Values into this crate itself.

Supporting changes for rename and versioning.