MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / brpopCommand

Function brpopCommand

src/t_list.cpp:988–990  ·  view source on GitHub ↗

BLPOP [ ...] */

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected