Fake Mirrors
    Preparing search index...

    Interface BullProducerConfig

    Configuration for a Bull producer.

    interface BullProducerConfig {
        PRODUCER_CONNECTION_URL: string;
        PRODUCER_PREFIX: string;
        [key: string]: string | number | boolean;
    }

    Hierarchy (View Summary)

    Indexable

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

    Redis connection string.

    PRODUCER_PREFIX: string

    Global prefix for all Redis keys to avoid collisions.