json_del
Remove specific JSON values from Redis by specifying the key and path. Simplify data management in Redis by targeting and deleting precise elements within JSON documents.
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 | $ |