Searched refs:CMD_CALL_STATS (Results 1 – 4 of 4) sorted by relevance
416 #define CMD_CALL_STATS (1<<1) macro420 #define CMD_CALL_FULL (CMD_CALL_SLOWLOG | CMD_CALL_STATS | CMD_CALL_PROPAGATE)
2453 flags &= ~(CMD_CALL_SLOWLOG | CMD_CALL_STATS); in call()2473 if (flags & CMD_CALL_STATS) { 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()