Search
Preparing search index...
The search index is not available
bullmq
Options
All
Public
Public/Protected
All
Inherited
Menu
bullmq
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
?:
ConnectionOptions
, shared
?:
boolean
, blocking
?:
boolean
)
:
RedisConnection
Parameters
Optional
opts:
ConnectionOptions
shared:
boolean
= false
blocking:
boolean
= true
Returns
RedisConnection
Properties
Static
minimum
Version
minimum
Version
:
string
= '5.0.0'
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
:
RedisClient
)
:
Promise
<
void
>
Waits for a redis client to be ready.
Parameters
client:
RedisClient
Returns
Promise
<
void
>
Exports
Redis
Connection
constructor
minimum
Version
client
redis
Version
close
disconnect
reconnect
wait
Until
Ready
Generated using
TypeDoc
Waits for a redis client to be ready.