PHPDaemon\Clients\Redis\Connection::__construct PHP Method

__construct() public method

public __construct ( $fd, $pool = null )
    public function __construct($fd, $pool = null)
    {
        parent::__construct($fd, $pool);
        $this->resultTypeStack = new \SplStack();
        $this->argsStack = new \SplStack();
    }