Search before asking
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:
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?