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

zRevRange() 공개 메소드

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
리턴 array
    public function zRevRange($key, $start, $stop, $withscores = false);