diff --git a/src/config.c b/src/config.c index f6577763..8c588a06 100644 --- a/src/config.c +++ b/src/config.c @@ -1732,7 +1732,7 @@ void configCommand(redisClient *c) { } } else { addReplyError(c, - "CONFIG subcommand must be one of GET, SET, RESETSTAT"); + "CONFIG subcommand must be one of GET, SET, RESETSTAT, REWRITE"); } return;