MCPcopy Create free account
hub / github.com/F-Stack/f-stack / brpopCommand

Function brpopCommand

app/redis-6.2.6/src/t_list.c:987–989  ·  view source on GitHub ↗

BLPOP [ ...] */

Source from the content-addressed store, hash-verified

985
986/* BLPOP <key> [<key> ...] <timeout> */
987void brpopCommand(client *c) {
988 blockingPopGenericCommand(c,LIST_TAIL);
989}
990
991void blmoveGenericCommand(client *c, int wherefrom, int whereto, mstime_t timeout) {
992 robj *key = lookupKeyWrite(c->db, c->argv[1]);

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected