mirror of
https://github.com/fluencelabs/redis
synced 2025-06-18 03:31:21 +00:00
AOF fileds in the global server state, and define names, renamed with more consistent names. More work to do.
This commit is contained in:
@ -229,7 +229,7 @@ void debugCommand(redisClient *c) {
|
||||
addReply(c,shared.ok);
|
||||
} else if (!strcasecmp(c->argv[1]->ptr,"loadaof")) {
|
||||
emptyDb();
|
||||
if (loadAppendOnlyFile(server.appendfilename) != REDIS_OK) {
|
||||
if (loadAppendOnlyFile(server.aof_filename) != REDIS_OK) {
|
||||
addReply(c,shared.err);
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user