Add REWRITE to CONFIG subcommands help message.
This commit is contained in:
parent
60d4ae49be
commit
0b3a8f2072
@ -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…
x
Reference in New Issue
Block a user