Searched refs:ZSET_MAX (Results 1 – 3 of 3) sorted by relevance
353 ? ZSET_MIN : ZSET_MAX; in handleClientsBlockedOnKeys()
3185 eptr = ziplistIndex(zl,where == ZSET_MAX ? -2 : 0); in genericZpopCommand()3203 zln = (where == ZSET_MAX ? zsl->tail : in genericZpopCommand()3255 genericZpopCommand(c,&c->argv[1],1,ZSET_MAX,0, in zpopmaxCommand()3280 where == ZSET_MAX ? shared.zpopmax : shared.zpopmin, in blockingGenericZpopCommand()3306 blockingGenericZpopCommand(c,ZSET_MAX); in bzpopmaxCommand()
328 #define ZSET_MAX 1 macro