hdel
Remove specific fields from a Redis hash to manage and streamline data storage efficiently. Simply provide the hash key and field name for targeted deletion.
Instructions
Delete a field from a Redis hash.
Args: name: The Redis hash key. key: The field name inside the hash.
Returns: A success message or an error message.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
key | Yes | ||
name | Yes |