Baqend / Orestes-Bloomfilter

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

Sentinel support #39

Closed ChrisCurtin closed 7 years ago

ChrisCurtin commented 7 years ago

Looking for feedback before adding tests.

I need Sentinel support and looking at the existing pool, it looks like changing to Pool and adding a constructor would allow the filters to be used in Sentinel instances.

I also added a constructor that includes an externally provide pool for integration with other users of Redis so we don't have too many open connections.

Ideas/looking for feedback

Thanks

Chris

Jaskey commented 6 years ago

which version support sentinel? I come from the start up and use 1.0.7 and find it is not supported yet