Skip to content

Commit

Permalink
Update src/rdb.c
Browse files Browse the repository at this point in the history
Signed-off-by: ranshid <[email protected]>
  • Loading branch information
ranshid authored Jul 10, 2024
1 parent 63f9529 commit 1878f86
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/rdb.c
Original file line number Diff line number Diff line change
Expand Up @@ -3638,8 +3638,7 @@ void saveCommand(client *c) {

/* BGSAVE CANCEL */
void bgsaveCancelCommand(client *c) {
/* BGSAVE CANCEL
* Terminates an in progress BGSAVE */
/* Terminates an in progress BGSAVE */
if (server.child_type == CHILD_TYPE_RDB) {
/* There is an ongoing save */
serverLog(LL_NOTICE, "Background bgsave requested to be canceled by user");
Expand Down

0 comments on commit 1878f86

Please sign in to comment.