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.
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.