Jamm\Memory\Tests\TestRedisServer::test_zRank PHP 메소드

test_zRank() 공개 메소드

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