Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dserver.h1297 typedef void redisCommandProc(client *c); typedef
1301 redisCommandProc *proc;
H A Dnetworking.c1126 redisCommandProc *prevcmd = c->cmd ? c->cmd->proc : NULL; in resetClient()