Searched refs:lastcmd (Results 1 – 7 of 7) sorted by relevance
290 int where = (receiver->lastcmd && in handleClientsBlockedOnKeys()291 receiver->lastcmd->proc == blpopCommand) ? in handleClientsBlockedOnKeys()351 int where = (receiver->lastcmd && in handleClientsBlockedOnKeys()352 receiver->lastcmd->proc == bzpopminCommand) in handleClientsBlockedOnKeys()
121 c->cmd = c->lastcmd = NULL; in createClient()372 char *cmdname = c->lastcmd ? c->lastcmd->name : "<unknown>"; in addReplyErrorLength()1694 client->lastcmd ? client->lastcmd->name : "NULL"); in catClientInfoString()
729 struct redisCommand *cmd, *lastcmd; /* Last command executed. */ member
479 c->cmd = c->lastcmd = cmd; in luaRedisGenericCommand()
2566 c->cmd = c->lastcmd = lookupCommand(c->argv[0]->ptr); in processCommand()
2778 c->cmd = c->lastcmd = cmd; in RM_Call()
1244 bugfix: replace lastcmd with cmd when rewrite BRPOPLPUSH as RPOPLPUSH