Jamm\Memory\IRedisServer::zRevRange PHP Method

zRevRange() public method

The elements are considered to be ordered from the highest to the lowest score. Descending lexicographical order is used for elements with equal score.
public zRevRange ( string $key, integer $start, integer $stop, boolean $withscores = false ) : array
$key string
$start integer
$stop integer
$withscores boolean
return array
    public function zRevRange($key, $start, $stop, $withscores = false);