Interface: BullMQAdapterConfiguration
Describes the overall shape of the configuration which should be passed to the BullMQ adapter.
See
Properties
Property | Type | Description |
---|---|---|
extraOptions? | BullMQRedisConnectionExtraOptions | Describes additional options which are used to configure the BullMQ adapter. |
options | ConnectionOptions | The 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 |