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

Function blpopCommand

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

BLPOP [ ...] */

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected