bullmq - v6.0.3
    Preparing search index...

    Variable createRedisBackendConst

    createRedisBackend: BackendFactory<RedisQueueBackend> = ...

    The default (RedisConnection-based) implementation of BackendFactory. The returned backend owns its connection(s); the high-level classes (Queue, Worker, FlowProducer, …) depend only on IQueueBackend and never touch a Redis client directly.

    Other datastores can provide their own BackendFactory and inject it into the queue classes.