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

Function bzpopmaxCommand

app/redis-6.2.6/src/t_zset.c:3986–3988  ·  view source on GitHub ↗

BZPOPMAX key [key ...] timeout

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected