RedisBloom / JRedisBloom

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

Support EXPANSION and NONSCALING options #54

Closed sazzad16 closed 3 years ago

sazzad16 commented 3 years ago

Resolves #12

codecov[bot] commented 3 years ago

Codecov Report

Merging #54 (5bf2f42) into master (8b89abf) will increase coverage by 2.53%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #54      +/-   ##
==========================================
+ Coverage   53.65%   56.19%   +2.53%     
==========================================
  Files          12       13       +1     
  Lines         328      347      +19     
  Branches       25       27       +2     
==========================================
+ Hits          176      195      +19     
  Misses        145      145              
  Partials        7        7              
Impacted Files Coverage Δ
src/main/java/io/rebloom/client/Client.java 40.74% <ø> (ø)
src/main/java/io/rebloom/client/InsertOptions.java 100.00% <100.00%> (ø)
src/main/java/io/rebloom/client/Keywords.java 100.00% <100.00%> (ø)
src/main/java/io/rebloom/client/ReserveParams.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 8b89abf...5bf2f42. Read the comment docs.

ashtul commented 3 years ago

LGTM