await redis.scriptFlush();

Arguments

options
Object
async
boolean

Performs the flush asynchronously.

sync
boolean

Performs the flush synchronously.

await redis.scriptFlush();