Searched refs:genericZpopCommand (Results 1 – 3 of 3) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | blocked.c | 355 genericZpopCommand(receiver,&rl->key,1,where,1,NULL); in handleClientsBlockedOnKeys()
|
| H A D | t_zset.c | 3135 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 D | server.h | 1694 void genericZpopCommand(client *c, robj **keyv, int keyc, int where, int emitkey, robj *countarg);
|