Preparing search index...
The search index is not available
@taskforcesh/bullmq-pro - v7.21.1
@taskforcesh/bullmq-pro
v1
RedisConnection
Class RedisConnection
Hierarchy
EventEmitter
RedisConnection
Index
Constructors
constructor
Properties
minimum
Version
Accessors
client
redis
Version
Methods
close
disconnect
reconnect
wait
Until
Ready
Constructors
constructor
new
Redis
Connection
(
opts
?
,
shared
?
,
blocking
?
)
:
RedisConnection
Parameters
Optional
opts
:
ConnectionOptions
Optional
shared
:
boolean
Optional
blocking
:
boolean
Returns
RedisConnection
Properties
Static
minimum
Version
minimum
Version
:
string
Accessors
client
get
client
(
)
:
Promise
<
RedisClient
>
Returns
Promise
<
RedisClient
>
redis
Version
get
redisVersion
(
)
:
string
Returns
string
Methods
close
close
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
disconnect
disconnect
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
reconnect
reconnect
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
Static
wait
Until
Ready
wait
Until
Ready
(
client
)
:
Promise
<
void
>
Waits for a redis client to be ready.
Parameters
client
:
RedisClient
Returns
Promise
<
void
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
constructor
minimum
Version
client
redis
Version
close
disconnect
reconnect
wait
Until
Ready
@taskforcesh/bullmq-
pro -
v7.21.1
v7
v6
v5
v4
v3
v2
v1
Job
Pro
Queue
Pro
Queue
Scheduler
Pro
Worker
Pro
Metrics
Time
Child
Pool
Flow
Producer
Job
Queue
Queue
Base
Queue
Events
Queue
Scheduler
Redis
Connection
Repeat
Unrecoverable
Error
Worker
Child
Process
Ext
Job
Node
Job
Ttl
Map
Jobs
Pro
Options
Queue
Pro
Options
Worker
Pro
Options
Processor
Pro
Redis
Client
Generated using
TypeDoc
Waits for a redis client to be ready.