Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dblocked.c353 ? ZSET_MIN : ZSET_MAX; in handleClientsBlockedOnKeys()
H A Dt_zset.c3185 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()
H A Dserver.h328 #define ZSET_MAX 1 macro