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 SCRIPT FLUSH command flushes the Lua scripts cache.
Following is the basic syntax of Redis SCRIPT FLUSH command.
redis 127.0.0.1:6379> SCRIPT FLUSH
Simple string reply.
redis 127.0.0.1:6379> SCRIPT FLUSH OK