Searched refs:CMD_CALL_PROPAGATE_REPL (Results 1 – 4 of 4) sorted by relevance
418 #define CMD_CALL_PROPAGATE_REPL (1<<3) macro419 #define CMD_CALL_PROPAGATE (CMD_CALL_PROPAGATE_AOF|CMD_CALL_PROPAGATE_REPL)
2500 !(flags & CMD_CALL_PROPAGATE_REPL)) in call()2532 if (!(flags&CMD_CALL_PROPAGATE_REPL)) target &= ~PROPAGATE_REPL; in call()
574 call_flags |= CMD_CALL_PROPAGATE_REPL; in luaRedisGenericCommand()
2810 call_flags |= CMD_CALL_PROPAGATE_REPL; in RM_Call()