Jamm\Memory\Tests\TestRedisServer::test_zRank PHP Method

test_zRank() public method

public test_zRank ( )
    public function test_zRank()
    {
        $this->assertEquals('zrank k m', $this->redis->zRank('k', 'm'));
    }
TestRedisServer