mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04: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