bullmq - v6.0.3
    Preparing search index...

    Interface KeyPrefixOptions

    Options honored only by the Redis backend. The key prefix namespaces all of a queue's Redis keys, so BullMQ data can coexist with other keys in a shared keyspace. It is intentionally NOT part of QueueBaseOptions, because it is a Redis-specific concept: other backends namespace differently (e.g. the PostgreSQL backend uses a schema) and ignore it.

    interface KeyPrefixOptions {
        prefix?: string;
    }

    Hierarchy (View Summary)

    Index
    prefix?: string

    Prefix for all queue keys (Redis backend only). Defaults to bull.