- Usage:
-
SCRIPT FLUSH [ async | sync ]
- Complexity:
- O(N) with N being the number of scripts in cache
- Since:
- 2.6.0
ASYNC
: flushes the cache asynchronously!SYNC
: flushes the cache synchronously
Flush the Lua scripts cache.
By default, SCRIPT FLUSH
will synchronously flush the cache.
Setting the lazyfree-lazy-user-flush configuration directive to "yes" changes the default flush mode to asynchronous.
It is possible to use one of the following modifiers to dictate the flushing mode explicitly:
For more information about EVAL
scripts please refer to Introduction to Eval Scripts.
History
Version | Change |
---|---|
6.2.0 | Added the |