bunqueue
v2.9
API reference
all versions
·
guide
bunqueue
Guide
GitHub
Preparing search index...
client/tcp/types
ConnectionOptions
Interface ConnectionOptions
interface
ConnectionOptions
{
autoReconnect
?:
boolean
;
commandTimeout
?:
number
;
connectTimeout
?:
number
;
host
:
string
;
maxCommandTimeouts
?:
number
;
maxInFlight
?:
number
;
maxPingFailures
?:
number
;
maxReconnectAttempts
?:
number
;
maxReconnectDelay
?:
number
;
pingInterval
?:
number
;
pipelining
?:
boolean
;
port
:
number
;
reconnectDelay
?:
number
;
tls
?:
boolean
|
ClientTlsOptions
;
token
?:
string
;
}
Index
Properties
auto
Reconnect?
command
Timeout?
connect
Timeout?
host
max
Command
Timeouts?
max
In
Flight?
max
Ping
Failures?
max
Reconnect
Attempts?
max
Reconnect
Delay?
ping
Interval?
pipelining?
port
reconnect
Delay?
tls?
token?
Properties
Optional
auto
Reconnect
autoReconnect
?:
boolean
Optional
command
Timeout
commandTimeout
?:
number
Optional
connect
Timeout
connectTimeout
?:
number
host
host
:
string
Optional
max
Command
Timeouts
maxCommandTimeouts
?:
number
Optional
max
In
Flight
maxInFlight
?:
number
Optional
max
Ping
Failures
maxPingFailures
?:
number
Optional
max
Reconnect
Attempts
maxReconnectAttempts
?:
number
Optional
max
Reconnect
Delay
maxReconnectDelay
?:
number
Optional
ping
Interval
pingInterval
?:
number
Optional
pipelining
pipelining
?:
boolean
port
port
:
number
Optional
reconnect
Delay
reconnectDelay
?:
number
Optional
tls
tls
?:
boolean
|
ClientTlsOptions
Optional
token
token
?:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
auto
Reconnect
command
Timeout
connect
Timeout
host
max
Command
Timeouts
max
In
Flight
max
Ping
Failures
max
Reconnect
Attempts
max
Reconnect
Delay
ping
Interval
pipelining
port
reconnect
Delay
tls
token
Guide
GitHub
bunqueue
Loading...