Predis\Cluster\RedisStrategy::getDistributor PHP 메소드

getDistributor() 공개 메소드

public getDistributor ( )
    public function getDistributor()
    {
        $class = get_class($this);
        throw new NotSupportedException("{$class} does not provide an external distributor");
    }