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
232 stars 19 forks source link

deps: update metriken to 0.6.0 #128

Closed mihirn closed 5 months ago

mihirn commented 5 months ago

Update metriken to 0.6.0. This is a breaking change where the Snapshot was removed, and the AtomicHistogram returns a regular Histogram when the snapshot is taken.

Also remove clippy warnings.