summaryrefslogtreecommitdiffstats
path: root/iredis/data/commands/bgsave.md
diff options
context:
space:
mode:
Diffstat (limited to 'iredis/data/commands/bgsave.md')
-rw-r--r--iredis/data/commands/bgsave.md12
1 files changed, 4 insertions, 8 deletions
diff --git a/iredis/data/commands/bgsave.md b/iredis/data/commands/bgsave.md
index f04d71b..714d960 100644
--- a/iredis/data/commands/bgsave.md
+++ b/iredis/data/commands/bgsave.md
@@ -1,7 +1,8 @@
Save the DB in background.
-Normally the OK code is immediately returned. Redis forks, the parent continues
-to serve the clients, the child saves the DB on disk then exits.
+Normally the OK code is immediately returned.
+Redis forks, the parent continues to serve the clients, the child saves the DB
+on disk then exits.
An error is returned if there is already a background save running or if there
is another non-background-save process running, specifically an in-progress AOF
@@ -20,9 +21,4 @@ Please refer to the [persistence documentation][tp] for detailed information.
@return
-@simple-string-reply: `Background saving started` if `BGSAVE` started correctly
-or `Background saving scheduled` when used with the `SCHEDULE` subcommand.
-
-@history
-
-- `>= 3.2.2`: Added the `SCHEDULE` option.
+@simple-string-reply: `Background saving started` if `BGSAVE` started correctly or `Background saving scheduled` when used with the `SCHEDULE` subcommand.