FUNCTION FLUSH [ASYNC | SYNC]
@write
,
@slow
,
@scripting
,
Deletes all the libraries.
Unless called with the optional mode argument, the lazyfree-lazy-user-flush
configuration directive sets the effective behavior. Valid modes are:
ASYNC
: Asynchronously flush the libraries.SYNC
: Synchronously flush the libraries.For more information please refer to Introduction to Redis Functions.
OK
.