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