Removes all scripts from the script cache.
await redis.scriptFlush();
Performs the flush asynchronously.
Performs the flush synchronously.
Was this page helpful?