Ariel Shtul
Ariel Shtul
@Damanchen RedisBlomm has `BF.SCANDUMP` and `BF.LOADCHUNK` which you can find [here](https://oss.redislabs.com/redisbloom/Bloom_Commands/#bfscandump). You can then save the filter, transport it and load it into another server.
@asad-awadia We currently develop an algorithm that will support such behavior. It is work in progress and will take some time to be included. I will update you as soon...
@dstr1997, what is your use case for requiring this method? Theoretically, nothing is preventing us from merging two filters with the same properties, as you described. We can do `binary...
@rafie @K-Jo @gkorland How should we handle this? Extending the bucket to use 64 bits will double the filter size and won't benefit most users. - Should we make this...
@nathan-contino The negative issue is addressed in PR #303. Thank you for it. As for the size issue, bitwise operations can be used to make the stamp size configurable as...
@madolson @zuiderkwast The stats Oran showed might be skewed due to other improvements he has done as he writes `Note that initially LPOS and HGET showed severe (-25%) degradation, and...
@geekyijun Thank you for the issue. It seems your RediSearch and RSCoordinator versions are not aligned which should not happen. How are you running it? Did you build it from...
@geekyijun Can you please send a set of commands which will reproduce the crush?
@x2bool Can you please include some more information? Possibly record commands on `monitor`?