json_del
Delete a JSON value from Redis at a specified key and JSON path. Returns success or error message.
Instructions
Delete 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 delete (default: root '$').
Returns: A success message or an error message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| path | No | $ |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |