Searched refs:CMD_CALL_SLOWLOG (Results 1 – 4 of 4) sorted by relevance
415 #define CMD_CALL_SLOWLOG (1<<0) macro420 #define CMD_CALL_FULL (CMD_CALL_SLOWLOG | CMD_CALL_STATS | CMD_CALL_PROPAGATE)
2453 flags &= ~(CMD_CALL_SLOWLOG | CMD_CALL_STATS); in call()2467 if (flags & CMD_CALL_SLOWLOG && c->cmd->proc != execCommand) { in call()
568 int call_flags = CMD_CALL_SLOWLOG | CMD_CALL_STATS; in luaRedisGenericCommand()
2807 int call_flags = CMD_CALL_SLOWLOG | CMD_CALL_STATS; in RM_Call()