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

Function bzpopminCommand

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

BZPOPMIN key [key ...] timeout

Source from the content-addressed store, hash-verified

3979
3980// BZPOPMIN key [key ...] timeout
3981void bzpopminCommand(client *c) {
3982 blockingGenericZpopCommand(c,ZSET_MIN);
3983}
3984
3985// BZPOPMAX key [key ...] timeout
3986void bzpopmaxCommand(client *c) {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected