Do not propagate DEBUG LOADAOF

This commit is contained in:
antirez
2012-01-07 12:47:10 +01:00
parent 8b102e041a
commit 8939ff1230
+1
View File
@@ -235,6 +235,7 @@ void debugCommand(redisClient *c) {
addReply(c,shared.err);
return;
}
server.dirty = 0; /* Prevent AOF / replication */
redisLog(REDIS_WARNING,"Append Only File loaded by DEBUG LOADAOF");
addReply(c,shared.ok);
} else if (!strcasecmp(c->argv[1]->ptr,"object") && c->argc == 3) {