Jamm\Memory\IRedisServer::zRevRangeByScore PHP Method

zRevRangeByScore() public method

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)
return array
    public function zRevRangeByScore($key, $max, $min, $withscores = false, array $limit = null);