Is it possible to load RedisBloom in a cluster configuration without downtime?
The problem is that running load module /path/to/bloom.so
only matches the slot on one of the instances. Trying to run on another node will just get MOVED
as a response.
Thanks for the help.
I normally load RedisBloom from settings in my redis.conf file so that I just get them at startup. You should be able to make this change on all the nodes and then do a rollingrestart of the nodes to avoid any downtime.