Updating command.def by running the generate-command-code.py (#1203)
Part of https://github.com/valkey-io/valkey/pull/1200 PR, since feild is changed. Looks like commands.def is missed to get genereated based on the changes so that is causing CI failure on unstable. Signed-off-by: Shivshankar-Reddy <shiva.sheri.github@gmail.com>
This commit is contained in:
parent
5885dc56bd
commit
771918e4bf
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user