You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jedis includes support for [Redis modules](https://redis.io/docs/modules/) such as
126
-
[RedisJSON](https://oss.redis.com/redisjson/) and [RediSearch](https://oss.redis.com/redisearch/).
124
+
[RedisJSON](https://redis.io/json/) and [RediSearch](https://redis.io/search/).
127
125
128
126
See the [RedisJSON Jedis](docs/redisjson.md) or [RediSearch Jedis](docs/redisearch.md) for details.
129
127
130
128
## Failover
131
129
132
130
Jedis supports retry and failover for your Redis deployments. This is useful when:
133
131
134
-
1. You have more than one Redis deployment. This might include two independent Redis servers or two or more Redis databases replicated across multiple [active-active Redis Enterprise](https://docs.redis.com/latest/rs/databases/active-active/) clusters.
132
+
1. You have more than one Redis deployment. This might include two independent Redis servers or two or more Redis databases replicated across multiple [active-active Redis Enterprise](https://redis.io/docs/latest/operate/rs/databases/active-active/) clusters.
135
133
2. You want your application to connect to one deployment at a time and to fail over to the next available deployment if the first deployment becomes unavailable.
136
134
137
135
For the complete failover configuration options and examples, see the [Jedis failover docs](docs/failover.md).
@@ -168,4 +166,4 @@ Jedis is licensed under the [MIT license](https://github.com/redis/jedis/blob/ma
0 commit comments