Home
last modified time | relevance | path

Searched refs:zpopmax (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/redis-5.0.5/tests/unit/type/
H A Dzset.tcl674 assert_equal {e 4} [r zpopmax zset]
675 assert_equal {d 3} [r zpopmax zset]
689 assert_equal {d 3 c 2} [r zpopmax z1 2]
/f-stack/app/redis-5.0.5/src/
H A Dserver.h793 *rpop, *lpop, *lpush, *rpoplpush, *zpopmin, *zpopmax, *emptyscan, member
H A Dt_zset.c3280 where == ZSET_MAX ? shared.zpopmax : shared.zpopmin, in blockingGenericZpopCommand()
H A Dserver.c1504 shared.zpopmax = createStringObject("ZPOPMAX",7); in createSharedObjects()