LindaSummer opened a new issue, #2558:
URL: https://github.com/apache/kvrocks/issues/2558

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/kvrocks/issues) and found no similar issues.
   
   
   ### Motivation
   
   Redis Stack already supports this probabilistic data structure, and we can 
support it too.
   
   - #2423 
   
   This includes:
   
   - [ ] Implementing t-digest algorithm interface with encoding and decoding
   - [ ] Implementing command `TDIGEST.CREATE`
   - [ ] Implementing command `TDIGEST.RESET`
   - [ ] Implementing command `TDIGEST.ADD`
   - [ ] Implementing command `TDIGEST.MERGE`
   - [ ] Implementing command `TDIGEST.QUANTILE`
   - [ ] Implementing command `TDIGEST.CDF`
   - [ ] Implementing command `TDIGEST.RANK`
   - [ ] Implementing command `TDIGEST.REVRANK`
   - [ ] Implementing command `TDIGEST.BYRANK`
   - [ ] Implementing command `TDIGEST.BYREVRANK`
   - [ ] Implementing command `TDIGEST.TRIMMED_MEAN`
   - [ ] Implementing command `TDIGEST.INFO`
   - [ ] Implementing command `TDIGEST.MAX`
   - [ ] Implementing command `TDIGEST.MIN`
   - [ ] Add Documentation to website
   
   ### Solution
   
   - #2542 
   
   ### Are you willing to submit a PR?
   
   - [X] I'm willing to submit a PR!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@kvrocks.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to