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

Function blpopCommand

src/t_list.cpp:983–985  ·  view source on GitHub ↗

BLPOP [ ...] */

Source from the content-addressed store, hash-verified

981
982/* BLPOP <key> [<key> ...] <timeout> */
983void blpopCommand(client *c) {
984 blockingPopGenericCommand(c,LIST_HEAD);
985}
986
987/* BLPOP <key> [<key> ...] <timeout> */
988void brpopCommand(client *c) {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected