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

test_zScore() 공개 메소드

public test_zScore ( )
    public function test_zScore()
    {
        $this->assertEquals('zscore k m', $this->redis->zScore('k', 'm'));
    }
TestRedisServer