mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-23 00:28:26 -05:00
commit
c950facf43
@ -1302,7 +1302,6 @@ void evalGenericCommand(client *c, int evalsha) {
|
|||||||
rewriteClientCommandArgument(c,0,
|
rewriteClientCommandArgument(c,0,
|
||||||
resetRefCount(createStringObject("EVAL",4)));
|
resetRefCount(createStringObject("EVAL",4)));
|
||||||
rewriteClientCommandArgument(c,1,script);
|
rewriteClientCommandArgument(c,1,script);
|
||||||
printf("forceCommandPropagation\n");
|
|
||||||
forceCommandPropagation(c,PROPAGATE_REPL|PROPAGATE_AOF);
|
forceCommandPropagation(c,PROPAGATE_REPL|PROPAGATE_AOF);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user