Replies: 1 comment
-
Check JedisSentineled, available since Jedis 4.4.0-m1 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have a 3-node Redis environment(one master and two replicas) with Sentinel configured on each node. In my application I use redis.clients.jedis.JedisSentinelPool to communicate with this Redis environment.
I recently added the RedisJSON module to this environment. It doesn't look like it's possible to use RedisJSON commands(e.g. json.set) via the redis.clients.jedis.Jedis instance that is obtained from redis.clients.jedis.JedisSentinelPool.
Does the Jedis client library support RedisJSON in a Redis Sentinel environment?
Thanks,
Chris
Beta Was this translation helpful? Give feedback.
All reactions