Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

FUNCTION FLUSH

Syntax
FUNCTION FLUSH [ASYNC | SYNC]
Available since:
Redis Open Source 7.0.0
Time complexity:
O(N) where N is the number of functions deleted
ACL categories:
@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:

For more information please refer to Introduction to Redis Functions.

RESP2/RESP3 Reply

Simple string reply: OK.
RATE THIS PAGE
Back to top ↑