jedis icon indicating copy to clipboard operation
jedis copied to clipboard

Added support for TDIGEST commands

Open s-sathish opened this issue 2 years ago • 2 comments

https://github.com/redis/jedis/issues/3042 - Added support for TDIGEST commands

s-sathish avatar Jul 08 '22 04:07 s-sathish

@s-sathish Thank you for your PR. But it is decided to push back this feature. So not reviewing this PR right now.

sazzad16 avatar Jul 08 '22 12:07 sazzad16

Codecov Report

Merging #3063 (e8c3a6c) into master (9f248fe) will decrease coverage by 0.33%. The diff coverage is 0.00%.

@@             Coverage Diff              @@
##             master    #3063      +/-   ##
============================================
- Coverage     51.87%   51.53%   -0.34%     
  Complexity     3344     3344              
============================================
  Files           219      219              
  Lines         13732    13822      +90     
  Branches        794      794              
============================================
  Hits           7123     7123              
- Misses         6362     6452      +90     
  Partials        247      247              
Impacted Files Coverage Δ
...ain/java/redis/clients/jedis/CommandArguments.java 69.23% <0.00%> (-3.35%) :arrow_down:
.../main/java/redis/clients/jedis/CommandObjects.java 62.34% <0.00%> (-0.98%) :arrow_down:
...ava/redis/clients/jedis/MultiNodePipelineBase.java 21.30% <0.00%> (-0.33%) :arrow_down:
src/main/java/redis/clients/jedis/Pipeline.java 7.67% <0.00%> (-0.12%) :arrow_down:
...main/java/redis/clients/jedis/TransactionBase.java 11.13% <0.00%> (-0.17%) :arrow_down:
...rc/main/java/redis/clients/jedis/UnifiedJedis.java 51.66% <0.00%> (-0.73%) :arrow_down:
.../redis/clients/jedis/bloom/RedisBloomProtocol.java 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 9f248fe...e8c3a6c. Read the comment docs.

codecov-commenter avatar Jul 30 '22 14:07 codecov-commenter

Resolved by #3097

sazzad16 avatar Sep 20 '22 06:09 sazzad16