Skip to content

Interface: BullMQAdapterConfiguration

Describes the overall shape of the configuration which should be passed to the BullMQ adapter.

See

BullMQ Documentation

Properties

PropertyTypeDescription
extraOptions?BullMQRedisConnectionExtraOptionsDescribes additional options which are used to configure the BullMQ adapter.
optionsConnectionOptionsThe options used to connect to the Redis server or the IORedis.Redis or IORedis.Cluster instance which is used to connect to the Redis server. See BullMQ Documentation
startupNodes?ClusterNode[]An array of cluster nodes to connect to when configuring a cluster connection to use for Redis. See IORedis Documentation