mirror of
https://github.com/fluencelabs/redis
synced 2025-06-13 01:01:22 +00:00
@ -1302,7 +1302,6 @@ void evalGenericCommand(client *c, int evalsha) {
|
||||
rewriteClientCommandArgument(c,0,
|
||||
resetRefCount(createStringObject("EVAL",4)));
|
||||
rewriteClientCommandArgument(c,1,script);
|
||||
printf("forceCommandPropagation\n");
|
||||
forceCommandPropagation(c,PROPAGATE_REPL|PROPAGATE_AOF);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user