More informative error when DEBUG RELOAD fails.
This commit is contained in:
parent
d8909d3296
commit
3ef6c840cf
@ -222,7 +222,7 @@ void debugCommand(redisClient *c) {
|
|||||||
}
|
}
|
||||||
emptyDb();
|
emptyDb();
|
||||||
if (rdbLoad(server.dbfilename) != REDIS_OK) {
|
if (rdbLoad(server.dbfilename) != REDIS_OK) {
|
||||||
addReply(c,shared.err);
|
addReplyError(c,"Error trying to load the RDB dump");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
redisLog(REDIS_WARNING,"DB reloaded by DEBUG RELOAD");
|
redisLog(REDIS_WARNING,"DB reloaded by DEBUG RELOAD");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user