redis / jedis

Redis Java client
MIT License
11.85k stars 3.87k forks source link

Add support for TDIGEST.TRIMMED_MEAN #2998

Closed chayim closed 2 years ago

chayim commented 2 years ago

As of RedisBloom (master) 2.4.0, there is a new command TDIGEST.TRIMMED_MEAN. We need to add support and the associated tests, as per this PR

sazzad16 commented 2 years ago

Dupe #3042