Home
last modified time | relevance | path

Searched refs:CMD_CALL_PROPAGATE_REPL (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dserver.h418 #define CMD_CALL_PROPAGATE_REPL (1<<3) macro
419 #define CMD_CALL_PROPAGATE (CMD_CALL_PROPAGATE_AOF|CMD_CALL_PROPAGATE_REPL)
H A Dserver.c2500 !(flags & CMD_CALL_PROPAGATE_REPL)) in call()
2532 if (!(flags&CMD_CALL_PROPAGATE_REPL)) target &= ~PROPAGATE_REPL; in call()
H A Dscripting.c574 call_flags |= CMD_CALL_PROPAGATE_REPL; in luaRedisGenericCommand()
H A Dmodule.c2810 call_flags |= CMD_CALL_PROPAGATE_REPL; in RM_Call()