Fake Mirrors
    Preparing search index...

    Interface BullConsumerConfig

    Configuration for a Bull consumer.

    interface BullConsumerConfig {
        CONSUMER_CONNECTION_URL: string;
        CONSUMER_PREFIX: string;
        [key: string]: string | number | boolean;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: string | number | boolean
    CONSUMER_CONNECTION_URL: string

    Redis connection string.

    CONSUMER_PREFIX: string

    Global prefix for all Redis keys to avoid collisions.