Searched refs:zpopmax (Results 1 – 4 of 4) sorted by relevance
674 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]
793 *rpop, *lpop, *lpush, *rpoplpush, *zpopmin, *zpopmax, *emptyscan, member
3280 where == ZSET_MAX ? shared.zpopmax : shared.zpopmin, in blockingGenericZpopCommand()
1504 shared.zpopmax = createStringObject("ZPOPMAX",7); in createSharedObjects()