JRedisJSON icon indicating copy to clipboard operation
JRedisJSON copied to clipboard

No support for redis cluster

Open gdadon opened this issue 4 years ago • 4 comments

gdadon avatar Apr 06 '20 07:04 gdadon

Does redis cluster supports redis json

ratroot92 avatar May 19 '23 10:05 ratroot92

@ratroot92 Do you mean cluster from open source Redis? You can install RedisJSON in all of the nodes in the cluster.

You may also consider Redis Enterprise solution with RedisJSON.

sazzad16 avatar May 19 '23 11:05 sazzad16

I mean that I have created a Redis cluster using redis-server or redis-stack-server there are 8 Redis instances running 4 primary and 4 secondary (replicas) but when I use redisJSON feature like ft.create (creating index) it does not work there are two errors that come "MOVED 15589 127.0.0.1:7003"

ratroot92 avatar May 20 '23 21:05 ratroot92

@ratroot92 ft.create IS NOT a RedisJSON feature. Please clarify which library/libraries, with the respective version, are you using.

sazzad16 avatar May 21 '23 05:05 sazzad16