bullmq - v6.2.0
    Preparing search index...

    Interface RedisConnectionClient

    interface RedisConnectionClient {
        isCluster?: boolean;
        close?(...args: any[]): any;
        connect(...args: any[]): any;
        defineCommand?(...args: any[]): any;
        disconnect?(...args: any[]): any;
        duplicate(...args: any[]): any;
        on?(...args: any[]): any;
        send?(...args: any[]): any;
        sendCommand?(...args: any[]): any;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index
    isCluster?: boolean