json_get
Extract specific JSON values from Redis keys using a defined path. Ideal for targeted data retrieval, this tool simplifies querying nested JSON structures stored in Redis.
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 | $ |