OptionalConnection: typeof RedisConnectionReadonlynameThe name of the queue.
Options for the queue.
ReadonlyqualifiedReturns a promise that resolves to a redis client. Normally used only by subclasses.
Returns the database type of the Redis instance the client is connected to,
Returns the version of the Redis instance the client is connected to,
Closes the connection and returns a promise that resolves when the connection is closed.
Force disconnects a connection.
Emits an event. Normally used by subclasses to emit events.
The emitted event.
OptionaljobId: stringWraps the code with telemetry and provides a span for configuration.
kind of the span: Producer, Consumer, Internal
operation name (such as add, process, etc)
destination name (normally the queue name)
code to wrap with telemetry
OptionalsrcPropagationMetadata: string
Base class for all classes that need to interact with queues. This class is normally not used directly, but extended by the other classes.