Home
last modified time | relevance | path

Searched refs:redisCommandProc (Results 1 – 2 of 2) sorted by relevance

/redis-3.2.3/src/
H A Dserver.h987 typedef void redisCommandProc(client *c); typedef
991 redisCommandProc *proc;
H A Dnetworking.c1026 redisCommandProc *prevcmd = c->cmd ? c->cmd->proc : NULL; in resetClient()