### Search before asking - [x] I had searched in the [issues](https://github.com/apache/kvrocks/issues) and found no similar issues. ### Motivation Refer: https://github.com/apache/kvrocks/issues/2558 We should implement `TDIGEST.TRIMMED_MEAN` command. Redis command reference: https://redis.io/docs/latest/commands/tdigest.trimmed_mean/ ### Solution Depends on #2791 #2792. Follow the implementation of #2794 for this command. ### Are you willing to submit a PR? - [x] I'm willing to submit a PR!