You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/" >}}).
23
25
24
26
## Primary features
25
27
@@ -156,4 +158,4 @@ A JSON value passed to a command can have a depth of up to 128. If you pass to a
156
158
157
159
## Further information
158
160
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