From 384bcda558ce92855f8e89758e0a31178de13cc8 Mon Sep 17 00:00:00 2001 From: Shivshankar-Reddy Date: Mon, 21 Oct 2024 20:31:26 +0000 Subject: [PATCH] Updating command.def by running the script Signed-off-by: Shivshankar-Reddy --- src/commands.def | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/commands.def b/src/commands.def index 98a9b40f01..791b30d540 100644 --- a/src/commands.def +++ b/src/commands.def @@ -6408,7 +6408,7 @@ struct COMMAND_STRUCT ACL_Subcommands[] = { /* BGSAVE history */ commandHistory BGSAVE_History[] = { {"3.2.2","Added the `SCHEDULE` option."}, -{"8.0.0","Added the `CANCEL` option."}, +{"8.1.0","Added the `CANCEL` option."}, }; #endif @@ -6425,7 +6425,7 @@ commandHistory BGSAVE_History[] = { /* BGSAVE operation argument table */ struct COMMAND_ARG BGSAVE_operation_Subargs[] = { {MAKE_ARG("schedule",ARG_TYPE_PURE_TOKEN,-1,"SCHEDULE",NULL,"3.2.2",CMD_ARG_NONE,0,NULL)}, -{MAKE_ARG("cancel",ARG_TYPE_PURE_TOKEN,-1,"CANCEL",NULL,"8.0.0",CMD_ARG_NONE,0,NULL)}, +{MAKE_ARG("cancel",ARG_TYPE_PURE_TOKEN,-1,"CANCEL",NULL,"8.1.0",CMD_ARG_NONE,0,NULL)}, }; /* BGSAVE argument table */