Optional
opts: RepeatBaseOptionsOptional
Connection: typeof RedisConnectionReadonly
nameThe name of the queue.
Options for the queue.
Returns a promise that resolves to a redis client. Normally used only by subclasses.
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.
Optional
jobId: string
QueueBase
Description
Base class for all classes that need to interact with queues. This class is normally not used directly, but extended by the other classes.