Arguments
"ASYNC" | "SYNC"
Whether to perform the operation asynchronously.
Defaults to synchronous.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
redis.flushall()
redis.flushall(flush_type="ASYNC")
Delete all keys in the selected database with the FLUSHDB command in the Upstash Redis Python SDK, using sync or async execution.
redis.flushall()
redis.flushall(flush_type="ASYNC")
Was this page helpful?