mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-23 08:38:27 -05:00
Add REWRITE to CONFIG subcommands help message.
This commit is contained in:
parent
347ab78e90
commit
4f9a69399b
@ -1786,7 +1786,7 @@ void configCommand(redisClient *c) {
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
addReplyError(c,
|
addReplyError(c,
|
||||||
"CONFIG subcommand must be one of GET, SET, RESETSTAT");
|
"CONFIG subcommand must be one of GET, SET, RESETSTAT, REWRITE");
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user