You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-12-09 21:21:11 +03:00
docs: update RedisJSON documentation link (#3079)
* docs: update RedisJSON documentation link * docs: update RedisJSON path syntax documentation link
This commit is contained in:
@@ -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).
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user