Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dserver.h417 #define CMD_CALL_PROPAGATE_AOF (1<<2) macro
419 #define CMD_CALL_PROPAGATE (CMD_CALL_PROPAGATE_AOF|CMD_CALL_PROPAGATE_REPL)
H A Dserver.c2503 !(flags & CMD_CALL_PROPAGATE_AOF)) in call()
2531 if (!(flags&CMD_CALL_PROPAGATE_AOF)) target &= ~PROPAGATE_AOF; in call()
H A Dscripting.c572 call_flags |= CMD_CALL_PROPAGATE_AOF; in luaRedisGenericCommand()
H A Dmodule.c2809 call_flags |= CMD_CALL_PROPAGATE_AOF; in RM_Call()