mirror of
https://github.com/fluencelabs/redis
synced 2025-06-18 03:31:21 +00:00
Do not propagate DEBUG LOADAOF
This commit is contained in:
@ -233,6 +233,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) {
|
||||
|
Reference in New Issue
Block a user