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