Baqend / Orestes-Bloomfilter

Library of different Bloom filters in Java with optional Redis-backing, counting and many hashing options.
Other
843 stars 245 forks source link

Pushing local filters to redis #32

Closed mcorner closed 7 years ago

mcorner commented 8 years ago

Bringing up the issue in #4 again, it isn't clear that you can use that solution as getRedisBitSet() is not visible. Is there some other call I am missing?

fbuecklers commented 7 years ago

You are right, we make the method public with the next release

fbuecklers commented 7 years ago

The fix is released now.

Regards