mirror of
https://github.com/fluencelabs/redis
synced 2025-06-23 14:01:34 +00:00
BGREWRITEAOF: improve the generic error message.
This commit is contained in:
@ -1630,7 +1630,8 @@ void bgrewriteaofCommand(client *c) {
|
||||
} else if (rewriteAppendOnlyFileBackground() == C_OK) {
|
||||
addReplyStatus(c,"Background append only file rewriting started");
|
||||
} else {
|
||||
addReply(c,shared.err);
|
||||
addReplyError(c,"Can't execute an AOF background rewriting. "
|
||||
"Please check the server logs for more information.");
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user