JRedisJSON
JRedisJSON copied to clipboard
No support for redis cluster
Does redis cluster supports redis json
@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.
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 ft.create
IS NOT a RedisJSON feature. Please clarify which library/libraries, with the respective version, are you using.