Please note, this is a STATIC archive of website www.w3resource.com from 19 Jul 2022, cach3.com does not collect or store any user information, there is no "phishing" involved.
w3resource

Redis Scripting: SCRIPT FLUSH

Description

Redis SCRIPT FLUSH command is used to flush the Lua scripts cache.

Syntax:

SCRIPT FLUSH

Available since

2.6.0.

Return Value

Simple string reply

Return Value Type

String

Example:

redis 127.0.0.1:6379> SCRIPT FLUSH
OK

Previous: SCRIPT EXISTS
Next: SCRIPT KILL