-
Notifications
You must be signed in to change notification settings - Fork 579
Open
Labels
Description
Search before asking
- I had searched in the issues and found no similar issues.
Motivation
Refer: #2558
We should implement TDIGEST.CDF command.
Redis command reference:
https://redis.io/docs/latest/commands/tdigest.cdf/
Solution
Follow the implementation of #2791 for this command.
- Add cpp unit tests for it.
- Add go integration tests for it.
Are you willing to submit a PR?
- I'm willing to submit a PR!