From b5ea5c391782a3dbfe1ee0ccecd0821e5a4b8b51 Mon Sep 17 00:00:00 2001 From: ranshid <88133677+ranshid@users.noreply.github.com> Date: Mon, 21 Oct 2024 17:35:12 +0300 Subject: [PATCH] Update commands/bgsave.md Signed-off-by: ranshid <88133677+ranshid@users.noreply.github.com> --- commands/bgsave.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/bgsave.md b/commands/bgsave.md index 15b42f42..77b98aa0 100644 --- a/commands/bgsave.md +++ b/commands/bgsave.md @@ -13,7 +13,7 @@ AOF rewrite is in progress and schedule the background save to run at the next opportunity. If `BGSAVE CANCEL` is used, it will immediately terminate any in-progress RDB save or replication full sync process. -In case a bgsave is schedule to run (e.g. using `BGSAVE SCHEDULE` command) the scheduled execution will be +In case a background save is schedule to run (e.g. using `BGSAVE SCHEDULE` command) the scheduled execution will be cancelled as well. A client may be able to check if the operation succeeded using the `LASTSAVE`