Searched refs:redisCommandProc (Results 1 – 2 of 2) sorted by relevance
987 typedef void redisCommandProc(client *c); typedef991 redisCommandProc *proc;
1026 redisCommandProc *prevcmd = c->cmd ? c->cmd->proc : NULL; in resetClient()