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

zRank() 공개 메소드

The rank (or index) is 0-based, which means that the member with the lowest score has rank 0. Use ZREVRANK to get the rank of an element with the scores ordered from high to low.
public zRank ( string $key, string $member ) : integer | boolean
$key string
$member string
리턴 integer | boolean
    public function zRank($key, $member);