Skip to main content

Documentation Index

Fetch the complete documentation index at: https://upstash.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Arguments

key
str
required
The key of the stream.
ids
str
required
The ID(s) of the message(s) to delete. Can be multiple IDs as separate arguments.

Response

The number of entries actually deleted from the stream.
result = redis.xdel("mystream", "1638360173533-0")