Jamm\Memory\IRedisServer::zRevRangeByScore PHP 메소드

zRevRangeByScore() 공개 메소드

In contrary to the default ordering of sorted sets, for this command the elements are considered to be ordered from high to low scores. The elements having the same score are returned in reverse lexicographical order.
public zRevRangeByScore ( string $key, number $max, number $min, boolean $withscores = false, array $limit = null ) : array
$key string
$max number
$min number
$withscores boolean
$limit array (offset, count)
리턴 array
    public function zRevRangeByScore($key, $max, $min, $withscores = false, array $limit = null);