RedisBloom / JRedisBloom

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

Support BF.INFO command #25

Closed dengliming closed 3 years ago

dengliming commented 4 years ago

closes https://github.com/RedisBloom/JRedisBloom/issues/13

codecov[bot] commented 4 years ago

Codecov Report

Merging #25 (9203b94) into master (7cf20af) will increase coverage by 0.08%. The diff coverage is 79.16%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #25      +/-   ##
==========================================
+ Coverage   77.17%   77.25%   +0.08%     
==========================================
  Files           6        6              
  Lines         276      299      +23     
  Branches       29       34       +5     
==========================================
+ Hits          213      231      +18     
- Misses         49       51       +2     
- Partials       14       17       +3     
Impacted Files Coverage Δ
src/main/java/io/rebloom/client/Client.java 75.96% <70.00%> (-0.64%) :arrow_down:
src/main/java/io/rebloom/client/ClusterClient.java 71.52% <83.33%> (+1.01%) :arrow_up:
src/main/java/io/rebloom/client/Command.java 100.00% <100.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 7cf20af...9203b94. Read the comment docs.