Scripts
SCRIPT FLUSH
Removes all scripts from the script cache.
Arguments
flush_typebody"ASYNC" | "SYNC"required
Whether to perform the flush asynchronously or synchronously.
Example
redis.script_flush(flush_type="ASYNC")Removes all scripts from the script cache.
Whether to perform the flush asynchronously or synchronously.
redis.script_flush(flush_type="ASYNC")