JSON.GET¶
This command returns the value at path in JSON serialized form.
RedisJSON

Parameters¶
| Parameter | Description |
|---|---|
| Key | Key name |
| Path | Subset of common best practices and resembles JSONPath not by accident |
JSONPath
RedisJSON decides which syntax to use depending on the first character of the path query. If the query starts with the character $ it is considered as a JSONPath query. Otherwise it is interpreted as a legacy path syntax.
Streaming¶
Streaming supported as Data frame.
Visualization¶
Any standard visualization should work.