You can run the async code by importing
Client from upstash_qstash.asyncio
and awaiting the methods.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Client from upstash_qstash.asyncio
and awaiting the methods.from upstash_qstash import Client
client = Client("<QSTASH_TOKEN>")
messages = client.messages()
msg = messages.get("msg_id")
from upstash_qstash import Client
client = Client("<QSTASH_TOKEN>")
messages = client.messages()
msg = messages.delete("msg_id")
Was this page helpful?