Home
last modified time | relevance | path

Searched refs:CMD_CALL_FULL (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dmulti.c178 call(c,server.loading ? CMD_CALL_NONE : CMD_CALL_FULL); in execCommand()
H A Dserver.h420 #define CMD_CALL_FULL (CMD_CALL_SLOWLOG | CMD_CALL_STATS | CMD_CALL_PROPAGATE) macro
H A Dserver.c2739 call(c,CMD_CALL_FULL); in processCommand()