delete
Remove a specific Redis key to manage and clean up data storage. Input the key to receive a confirmation or error message, ensuring efficient Redis data management.
Instructions
Delete a Redis key.
Args: key (str): The key to delete.
Returns: str: Confirmation message or an error message.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
key | Yes |