Redis – Scripting Script Flush Command

  • Post author:
  • Post category:Redis
  • Post comments:0 Comments

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 

Leave a Reply