Skip to content

Commit 7e3931c

Browse files
authored
Update JSON _index.md (#1386)
1 parent d5ee2ed commit 7e3931c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

content/develop/data-types/json/_index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ weight: 11
1919
[![Discord](https://img.shields.io/discord/697882427875393627?style=flat-square)](https://discord.gg/QUkjSsk)
2020
[![Github](https://img.shields.io/static/v1?label=&message=repository&color=5961FF&logo=github)](https://github.com/RedisJSON/RedisJSON/)
2121

22-
The JSON capability of Redis Community Edition provides JavaScript Object Notation (JSON) support for Redis. It lets you store, update, and retrieve JSON values in a Redis database, similar to any other Redis data type. Redis JSON also works seamlessly with the [Redis Query Engine]({{< relref "/develop/interact/search-and-query/" >}}) to let you [index and query JSON documents]({{< relref "/develop/interact/search-and-query/indexing/" >}}).
22+
The JSON data type provides JavaScript Object Notation (JSON) support for Redis. It lets you store, retrieve, and update JSON documents.
23+
A JSON document can be queried and manipulated using JSONPath expressions.
24+
JSON also works seamlessly with the [Redis Query Engine]({{< relref "/develop/interact/search-and-query/" >}}) to let you [index and query JSON documents]({{< relref "/develop/interact/search-and-query/indexing/" >}}).
2325

2426
## Primary features
2527

@@ -156,4 +158,4 @@ A JSON value passed to a command can have a depth of up to 128. If you pass to a
156158

157159
## Further information
158160

159-
Read the other pages in this section to learn more about Redis JSON
161+
Read the other pages in this section to learn more about Redis JSON

0 commit comments

Comments
 (0)