Home
last modified time | relevance | path

Searched refs:call_flags (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dscripting.c568 int call_flags = CMD_CALL_SLOWLOG | CMD_CALL_STATS; in luaRedisGenericCommand() local
572 call_flags |= CMD_CALL_PROPAGATE_AOF; in luaRedisGenericCommand()
574 call_flags |= CMD_CALL_PROPAGATE_REPL; in luaRedisGenericCommand()
576 call(c,call_flags); in luaRedisGenericCommand()
H A Dmodule.c2807 int call_flags = CMD_CALL_SLOWLOG | CMD_CALL_STATS; in RM_Call() local
2809 call_flags |= CMD_CALL_PROPAGATE_AOF; in RM_Call()
2810 call_flags |= CMD_CALL_PROPAGATE_REPL; in RM_Call()
2812 call(c,call_flags); in RM_Call()