From 26cb2d6bdbde9dc38ce461b3b0a6ef4770d89bdd Mon Sep 17 00:00:00 2001 From: Caiuri Uller <54175227+Caiuriuller@users.noreply.github.com> Date: Thu, 11 Sep 2025 11:12:43 -0300 Subject: [PATCH 1/2] docs: update RedisJSON documentation link --- packages/json/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/json/README.md b/packages/json/README.md index 86996a68370..3890f13cd16 100644 --- a/packages/json/README.md +++ b/packages/json/README.md @@ -1,6 +1,6 @@ # @redis/json -This package provides support for the [RedisJSON](https://redis.io/docs/data-types/json/) module, which adds JSON as a native data type to Redis. +This package provides support for the [RedisJSON](https://redis.io/docs/latest/develop/data-types/json/) module, which adds JSON as a native data type to Redis. Should be used with [`redis`/`@redis/client`](https://github.com/redis/node-redis). From dcb6e56bb85fad2c58723e8bd9de726a344c7e8c Mon Sep 17 00:00:00 2001 From: Caiuri Uller <54175227+Caiuriuller@users.noreply.github.com> Date: Thu, 11 Sep 2025 11:21:05 -0300 Subject: [PATCH 2/2] docs: update RedisJSON path syntax documentation link --- packages/json/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/json/README.md b/packages/json/README.md index 3890f13cd16..ed60a64351a 100644 --- a/packages/json/README.md +++ b/packages/json/README.md @@ -33,7 +33,7 @@ await client.json.set('noderedis:jsondata', '$', { }); ``` -For more information about RedisJSON's path syntax, [check out the documentation](https://redis.io/docs/data-types/json/path/). +For more information about RedisJSON's path syntax, [check out the documentation](https://redis.io/docs/latest/develop/data-types/json/path). ### Retrieving JSON Documents from Redis