Optional
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,
Emits an event. Normally used by subclasses to emit events.
The emitted event.
Rest
...args: Parameters<QueueEventsListener[U]>Generated using TypeDoc
The QueueEvents class is used for listening to the global events emitted by a given queue.
This class requires a dedicated redis connection.