Predis\Replication\ReplicationStrategy::__construct PHP Method

__construct() public method

public __construct ( )
    public function __construct()
    {
        $this->disallowed = $this->getDisallowedOperations();
        $this->readonly = $this->getReadOnlyOperations();
        $this->readonlySHA1 = array();
    }