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
125
125
[RedisJSON](https://redis.io/json/) and [RediSearch](https://redis.io/search/).
126
126
127
-
See the [RedisJSON Jedis](docs/redisjson.md) or [RediSearch Jedis](docs/redisearch.md) for details.
127
+
See the [RedisJSON Jedis](https://redis.github.io/jedis/redisjson/) or [RediSearch Jedis](https://redis.github.io/jedis/redisearch/) for details.
128
128
129
129
## Failover
130
130
@@ -133,15 +133,15 @@ Jedis supports retry and failover for your Redis deployments. This is useful whe
133
133
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.
134
134
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.
135
135
136
-
For the complete failover configuration options and examples, see the [Jedis failover docs](docs/failover.md).
136
+
For the complete failover configuration options and examples, see the [Jedis failover docs](https://redis.github.io/jedis/failover/).
137
137
138
138
## Token-Based Authentication
139
139
140
140
Jedis supports Token-Based authentication (TBA) starting with 5.3.0 GA release. This feature is complemented by an extension library that enhances the developer experience and provides most of the components required for TBA functionality.
141
141
142
142
Notably, the extension library includes built-in support for **Microsoft EntraID**, offering a seamless integration as part of the generic solution.
143
143
144
-
For more details and examples, please refer to the [Advanced Usage](docs/advanced-usage.md) documentation.
144
+
For more details and examples, please refer to the [Advanced Usage](https://redis.github.io/jedis/advanced-usage/) documentation.
145
145
146
146
## Documentation
147
147
@@ -150,7 +150,7 @@ The [Jedis documentation site](https://redis.github.io/jedis/) contains several
150
150
You can also check the [latest Jedis Javadocs](https://www.javadoc.io/doc/redis.clients/jedis/latest/index.html).
151
151
152
152
Some specific use-case examples can be found in [`redis.clients.jedis.examples`
153
-
package](src/test/java/redis/clients/jedis/examples/) of the test source codes.
153
+
package](https://github.com/redis/jedis/tree/master/src/test/java/redis/clients/jedis/examples/) of the test source codes.
154
154
155
155
## Troubleshooting
156
156
@@ -175,4 +175,4 @@ Jedis is licensed under the [MIT license](https://github.com/redis/jedis/blob/ma
0 commit comments