You're viewing archived documentation for @imqueue/core v1.15.0. APIs may differ from the current release. View the latest version ↗

RedisQueue.(constructor)

Constructs a new instance of the RedisQueue class

Signature:

constructor(name: string, options?: Partial<IMQOptions>, mode?: IMQMode);

Parameters

Parameter

Type

Description

name

string

options

Partial<IMQOptions>

(Optional)

mode

IMQMode

(Optional)