redisbloom-go icon indicating copy to clipboard operation
redisbloom-go copied to clipboard

support redis cluster ?

Open modeyang opened this issue 3 years ago • 2 comments

can this lib support redis cluster above version 4.0 ? if support, give a example, thanks a lot.

modeyang avatar Nov 03 '20 10:11 modeyang

can this lib support redis cluster above version 4.0 ? if support, give a example, thanks a lot.

Hi there @modeyang, The RedisBloom redis module will work as expected on a cluster topology, however this client will not work on OSS cluster:

  • redisbloom-go is based on redigo. we're working on removing the direct bound to redigo ( since redigo does not support OSS cluster )
  • in the future the redisbloom-go client will be as agnostic as possible with regards the underlying client/setup
  • In the meantime you can use the vanilla redis-go-cluster or radix ( if you can share one sample querie/use case we can prepare some examples )

Let's keep this issue open an use it to track when we will support OSS cluster within this client - I've added this issue to the 1.0 project.

PS: until EOD will provide you with a vanilla client example that supports both OSS cluster/standalone Redis topologies.

filipecosta90 avatar Nov 09 '20 09:11 filipecosta90

any update on cluster support or examples of a workaround?

alberthuang1 avatar Apr 12 '23 23:04 alberthuang1