mirror of
https://github.com/redis/redis.git
synced 2026-06-04 14:16:31 -04:00
Propagation: propagate EXEC directly in lua script
This commit is contained in:
parent
37a10cef02
commit
c73d70fb46
1 changed files with 1 additions and 2 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue