Searched refs:call_flags (Results 1 – 2 of 2) sorted by relevance
568 int call_flags = CMD_CALL_SLOWLOG | CMD_CALL_STATS; in luaRedisGenericCommand() local572 call_flags |= CMD_CALL_PROPAGATE_AOF; in luaRedisGenericCommand()574 call_flags |= CMD_CALL_PROPAGATE_REPL; in luaRedisGenericCommand()576 call(c,call_flags); in luaRedisGenericCommand()
2807 int call_flags = CMD_CALL_SLOWLOG | CMD_CALL_STATS; in RM_Call() local2809 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()