Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/json/README.md
Original file line number Diff line number Diff line change
@@ -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).

Expand Down Expand Up @@ -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

Expand Down
Loading