Driver-specific options (see RedisConnectionOptions).
OptionalclientAn existing ioredis client to reuse.
OptionaldefaultDefault queue name for this connection.
Which driver backs this connection.
The connection name, used to resolve it via queueManager.connection(name).
OptionaloptionsInline ioredis options when no url/client is given.
OptionalprefixA key prefix/namespace applied to backend keys.
OptionalurlA Redis connection URL (e.g. redis://localhost:6379).
Options for the Redis connection.