xdel
Remove a specific entry from a Redis stream by specifying the stream key and entry ID. Confirm deletion or receive an error message.
Instructions
Delete an entry from a Redis stream.
Args: key (str): The stream key. entry_id (str): The ID of the entry to delete.
Returns: str: Confirmation message or an error message.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
entry_id | Yes | ||
key | Yes |