Arguments
boolean
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.
await redis.flushdb();
await redis.flushdb({async: true})
await redis.flushdb();
await redis.flushdb({async: true})
Was this page helpful?