summaryrefslogtreecommitdiffstats
path: root/iredis/data/commands/function-flush.md
diff options
context:
space:
mode:
Diffstat (limited to 'iredis/data/commands/function-flush.md')
-rw-r--r--iredis/data/commands/function-flush.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/iredis/data/commands/function-flush.md b/iredis/data/commands/function-flush.md
new file mode 100644
index 0000000..38c412a
--- /dev/null
+++ b/iredis/data/commands/function-flush.md
@@ -0,0 +1,12 @@
+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](/topics/functions-intro).
+
+@return
+
+@simple-string-reply