Scripts
SCRIPT FLUSH
Removes all scripts from the script cache.
await redis.scriptFlush();
Arguments
options
Object
async
boolean
Performs the flush asynchronously.
sync
boolean
Performs the flush synchronously.
Was this page helpful?
await redis.scriptFlush();