summaryrefslogtreecommitdiffstats
path: root/iredis/data/commands/acl-save.md
diff options
context:
space:
mode:
Diffstat (limited to 'iredis/data/commands/acl-save.md')
-rw-r--r--iredis/data/commands/acl-save.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/iredis/data/commands/acl-save.md b/iredis/data/commands/acl-save.md
index 17580c6..57badc8 100644
--- a/iredis/data/commands/acl-save.md
+++ b/iredis/data/commands/acl-save.md
@@ -1,13 +1,11 @@
When Redis is configured to use an ACL file (with the `aclfile` configuration
-option), this command will save the currently defined ACLs from the server
-memory to the ACL file.
+option), this command will save the currently defined ACLs from the server memory to the ACL file.
@return
@simple-string-reply: `OK` on success.
-The command may fail with an error for several reasons: if the file cannot be
-written or if the server is not configured to use an external ACL file.
+The command may fail with an error for several reasons: if the file cannot be written or if the server is not configured to use an external ACL file.
@examples