From dd874ab02db04853d4b5952712ab34693f9a93de Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 4 Jan 2023 08:19:36 +0100 Subject: Merging upstream version 1.13.0. Signed-off-by: Daniel Baumann --- iredis/data/commands/bgsave.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'iredis/data/commands/bgsave.md') 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. -- cgit v1.2.3