RedisBloom / JRedisBloom

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

feat: allow client instantiation with a Jedis instance #57

Closed bsbodden closed 2 years ago

bsbodden commented 2 years ago

This PR allows JRedisBloom client to be instantiated used a Jedis instance (for envs that manage and serve their own connections, a.k.a. Spring)

codecov[bot] commented 2 years ago

Codecov Report

Merging #57 (9cdc002) into master (19db83e) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #57   +/-   ##
=======================================
  Coverage   56.19%   56.19%           
=======================================
  Files          13       13           
  Lines         347      347           
  Branches       27       27           
=======================================
  Hits          195      195           
  Misses        145      145           
  Partials        7        7           
Impacted Files Coverage Δ
src/main/java/io/rebloom/client/Client.java 40.74% <ø> (ø)

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 19db83e...9cdc002. Read the comment docs.