Home
last modified time | relevance | path

Searched refs:genericZpopCommand (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dblocked.c355 genericZpopCommand(receiver,&rl->key,1,where,1,NULL); in handleClientsBlockedOnKeys()
H A Dt_zset.c3135 void genericZpopCommand(client *c, robj **keyv, int keyc, int where, int emitkey, robj *countarg) { in genericZpopCommand() function
3245 genericZpopCommand(c,&c->argv[1],1,ZSET_MIN,0, in zpopminCommand()
3255 genericZpopCommand(c,&c->argv[1],1,ZSET_MAX,0, in zpopmaxCommand()
3277 genericZpopCommand(c,&c->argv[j],1,where,1,NULL); in blockingGenericZpopCommand()
H A Dserver.h1694 void genericZpopCommand(client *c, robj **keyv, int keyc, int where, int emitkey, robj *countarg);