YouTip LogoYouTip

Scripting Script Flush

# Redis Script Flush Command * (javascript:void(0);) * (javascript:void(0);) * (javascript:void(0);) * (javascript:void(0)) Redis Tutorial (#)(#)(#)(#)(#) ## Redis Commands (#)(#)(#)(#)(#)(#)(#)(#)[Redis Pub/Sub](#)(#)(#)(#)(#)(#)(#) ## Redis Advanced Tutorial (#)(#)(#)(#)(#)(#)(#)(#) [](#)(#) (#)[](#) # Redis Script Flush Command !(#)(#) The Redis Script Flush command is used to clear all Lua script caches. ### Syntax Basic syntax of redis Script Flush command is as follows: redis 127.0.0.1:6379> SCRIPT FLUSH ### Available Versions >= 2.6.0 ### Return Value Always returns OK ### Example redis 127.0.0.1:6379> SCRIPT FLUSH OK !(#)(#)
← Server Command InfoServer Config Get β†’