Skip to content

Commit 874d4c0

Browse files
Fixes link (RedisJSON#855)
Co-authored-by: Guy Korland <gkorland@gmail.com>
1 parent c0bf0ab commit 874d4c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/_index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ type: docs
88
[![Discord](https://img.shields.io/discord/697882427875393627?style=flat-square)](https://discord.gg/QUkjSsk)
99
[![Github](https://img.shields.io/static/v1?label=&message=repository&color=5961FF&logo=github)](https://github.com/RedisJSON/RedisJSON/)
1010

11-
The RedisJSON module provides JSON support for Redis. RedisJSON lets you store, update, and retrieve JSON values in a Redis database, similar to any other Redis data type. RedisJSON also works seamlessly with [RediSearch](https://redis.io/docs/stack/search/) to let you [index and query JSON documents](/redisearch/indexing_json).
11+
The RedisJSON module provides JSON support for Redis. RedisJSON lets you store, update, and retrieve JSON values in a Redis database, similar to any other Redis data type. RedisJSON also works seamlessly with [RediSearch](https://redis.io/docs/stack/search/) to let you [index and query JSON documents](https://redis.io/docs/stack/search/indexing_json).
1212

1313
## Primary features
1414

@@ -250,4 +250,4 @@ After the module has been loaded successfully, the Redis log should have lines s
250250
251251
### Limitation
252252
253-
A JSON value passed to a command can have a depth of up to 128. If you pass to a command a JSON value that contains an object or an array with a nesting level of more than 128, the command returns an error.
253+
A JSON value passed to a command can have a depth of up to 128. If you pass to a command a JSON value that contains an object or an array with a nesting level of more than 128, the command returns an error.

0 commit comments

Comments
 (0)