apache / kvrocks

Apache Kvrocks is a distributed key value NoSQL database that uses RocksDB as storage engine and is compatible with Redis protocol.
https://kvrocks.apache.org/
Apache License 2.0
3.48k stars 456 forks source link

Tracking Issues: support t-digest data structure and commands #2558

Open LindaSummer opened 5 days ago

LindaSummer commented 5 days ago

Search before asking

Motivation

Redis Stack already supports this probabilistic data structure, and we can support it too.

This includes:

Solution

Are you willing to submit a PR?