LindaSummer opened a new issue, #2791: URL: https://github.com/apache/kvrocks/issues/2791
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/kvrocks/issues) and found no similar issues. ### Motivation Refer: #2558 We should implement `TDIGEST.CREATE` and `TDIGEST.INFO` commands. We can use these two commands to create the first integration go tests. Redis command reference: - https://redis.io/docs/latest/commands/tdigest.create/ - https://redis.io/docs/latest/commands/tdigest.info/ ### Solution Leverage the implementation of #2741 for these commands. We can follow some other command's example such as STREAM #745. ### 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
