From dbde6741ac47c540a3f96cb251f62316c45a4676 Mon Sep 17 00:00:00 2001 From: Tihomir Krasimirov Mateev Date: Tue, 4 Feb 2025 11:54:05 +0100 Subject: [PATCH 1/2] Update redisjson.md --- docs/redisjson.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/redisjson.md b/docs/redisjson.md index 6d9db6e20c..a71077537a 100644 --- a/docs/redisjson.md +++ b/docs/redisjson.md @@ -1,6 +1,6 @@ # RedisJSON Jedis Quick Start -Jedis supports [RedisJSON](https://oss.redis.com/redisjson/) and [RediSearch](https://oss.redis.com/redisearch/). +Jedis supports [RedisJSON](https://redis.io/json/) and [RediSearch](https://oss.redis.com/redisearch/). The latest versions of RedisJSON let you store, manipulate, index, and query JSON. To use these features with Jedis, you'll need to use the `UnifiedJedis` interface or a sub-class of it. From 392a6b7e9275e59748b0fbc0ef6a5d67cbd3d66e Mon Sep 17 00:00:00 2001 From: Tihomir Krasimirov Mateev Date: Tue, 4 Feb 2025 12:38:13 +0100 Subject: [PATCH 2/2] Update docs/redisjson.md Co-authored-by: ggivo --- docs/redisjson.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/redisjson.md b/docs/redisjson.md index a71077537a..de9d01c415 100644 --- a/docs/redisjson.md +++ b/docs/redisjson.md @@ -1,6 +1,6 @@ # RedisJSON Jedis Quick Start -Jedis supports [RedisJSON](https://redis.io/json/) and [RediSearch](https://oss.redis.com/redisearch/). +Jedis supports [RedisJSON](https://redis.io/docs/latest/develop/data-types/json/) and [RediSearch](https://redis.io/docs/latest/develop/interact/search-and-query/). The latest versions of RedisJSON let you store, manipulate, index, and query JSON. To use these features with Jedis, you'll need to use the `UnifiedJedis` interface or a sub-class of it.