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

Function bzpopminCommand

src/t_zset.cpp:3979–3981  ·  view source on GitHub ↗

BZPOPMIN key [key ...] timeout

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected