Documentation
    Preparing search index...

    Interface Options

    interface Options {
        autoConnect?: boolean;
        host?: string;
        port?: number;
        timeoutTime?: number;
    }
    Index

    Properties

    autoConnect?: boolean

    Immediately connects after instantiating the class, defaults to false

    host?: string

    Host name of the machine to connect to. Defaults to 127.0.0.1

    port?: number

    Port number to connect to. Defaults to 3005

    timeoutTime?: number

    Minimum amount of time before a request is considered to be timed out