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

RedisBitSet.asBitSet() returns incorrect BitSet #9

Closed krispyjala closed 10 years ago

krispyjala commented 10 years ago

I was trying to pull out a BitSet from the stored bitset in Redis, and I've come to find out that they are not the same. I think the code is suffering from what's being discussed here: http://grantmuller.com/be-careful-with-your-redis-bitsets-and-java/. After I tried to do as they suggest, it seems to have corrected the issue.

DivineTraube commented 10 years ago

Hi, we corrected the conversion process, it now works as expected.