redis.script_flush(flush_type="ASYNC")

Arguments

flush_type
"ASYNC" | "SYNC"
required

Whether to perform the flush asynchronously or synchronously.

redis.script_flush(flush_type="ASYNC")