Redis - Scripting Script Flush Command



Redis SCRIPT FLUSH command flushes the Lua scripts cache.

Syntax

Following is the basic syntax of Redis SCRIPT FLUSH command.

redis 127.0.0.1:6379> SCRIPT FLUSH 

Return Value

Simple string reply.

Example

redis 127.0.0.1:6379> SCRIPT FLUSH 
OK 
redis_scripting.htm
Advertisements