mirror of
https://github.com/fluencelabs/redis
synced 2025-06-22 05:21:33 +00:00
Propagation: propagate EXEC directly in lua script
This commit is contained in:
@ -1591,8 +1591,7 @@ void evalGenericCommand(client *c, int evalsha) {
|
||||
if (server.lua_replicate_commands) {
|
||||
preventCommandPropagation(c);
|
||||
if (server.lua_multi_emitted) {
|
||||
alsoPropagate(server.execCommand,c->db->id,&shared.exec,1,
|
||||
PROPAGATE_AOF|PROPAGATE_REPL);
|
||||
execCommandPropagateExec(c);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user