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

Function bzpopmaxCommand

src/t_zset.cpp:3984–3986  ·  view source on GitHub ↗

BZPOPMAX key [key ...] timeout

Source from the content-addressed store, hash-verified

3982
3983// BZPOPMAX key [key ...] timeout
3984void bzpopmaxCommand(client *c) {
3985 blockingGenericZpopCommand(c,ZSET_MAX);
3986}
3987
3988static void zarndmemberReplyWithZiplist(client *c, unsigned int count, ziplistEntry *keys, ziplistEntry *vals) {
3989 for (unsigned long i = 0; i < count; i++) {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected