Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dserver.h416 #define CMD_CALL_STATS (1<<1) macro
420 #define CMD_CALL_FULL (CMD_CALL_SLOWLOG | CMD_CALL_STATS | CMD_CALL_PROPAGATE)
H A Dserver.c2453 flags &= ~(CMD_CALL_SLOWLOG | CMD_CALL_STATS); in call()
2473 if (flags & CMD_CALL_STATS) { in call()
H A Dscripting.c568 int call_flags = CMD_CALL_SLOWLOG | CMD_CALL_STATS; in luaRedisGenericCommand()
H A Dmodule.c2807 int call_flags = CMD_CALL_SLOWLOG | CMD_CALL_STATS; in RM_Call()