json_get
Retrieve a JSON value stored in Redis using a key and an optional JSON path.
Instructions
Retrieve a JSON value from Redis at a given path.
Args: name: The Redis key where the JSON document is stored. path: The JSON path to retrieve (default: root '$').
Returns: The retrieved JSON value or an error message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| path | No | $ |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |