RedisBloom / JRedisBloom

Java Client for RedisBloom probabilistic module
https://redisbloom.io
BSD 2-Clause "Simplified" License
153 stars 33 forks source link

support TOPK command for Redis Cluster with Rebloom #10

Closed joyang1 closed 5 years ago

joyang1 commented 5 years ago

support TOPK command for Redis Cluster with Rebloom.

itamarhaber commented 5 years ago

@gkorland @ashtul plz review

joyang1 commented 5 years ago

hello,all. Can I join the team?

codecov[bot] commented 5 years ago

Codecov Report

Merging #10 into master will decrease coverage by 7.85%. The diff coverage is 2.08%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #10      +/-   ##
==========================================
- Coverage   44.39%   36.53%   -7.86%     
==========================================
  Files           4        4              
  Lines         214      260      +46     
  Branches       32       35       +3     
==========================================
  Hits           95       95              
- Misses        105      151      +46     
  Partials       14       14
Impacted Files Coverage Δ
src/main/java/io/rebloom/client/ClusterClient.java 0% <0%> (ø) :arrow_up:
src/main/java/io/rebloom/client/Client.java 75.25% <100%> (ø) :arrow_up:

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 25b50bf...78e741b. Read the comment docs.