bunqueue
v2.9
API reference
all versions
·
guide
bunqueue
Guide
GitHub
Preparing search index...
client
ConnectionOptions
Interface ConnectionOptions
interface
ConnectionOptions
{
commandTimeout
?:
number
;
host
?:
string
;
maxCommandTimeouts
?:
number
;
maxInFlight
?:
number
;
pingInterval
?:
number
;
pipelining
?:
boolean
;
poolSize
?:
number
;
port
?:
number
;
socketPath
?:
string
;
tls
?:
boolean
|
ClientTlsOptions
;
token
?:
string
;
}
Index
Properties
command
Timeout?
host?
max
Command
Timeouts?
max
In
Flight?
ping
Interval?
pipelining?
pool
Size?
port?
socket
Path?
tls?
token?
Properties
Optional
command
Timeout
commandTimeout
?:
number
Optional
host
host
?:
string
Optional
max
Command
Timeouts
maxCommandTimeouts
?:
number
Optional
max
In
Flight
maxInFlight
?:
number
Optional
ping
Interval
pingInterval
?:
number
Optional
pipelining
pipelining
?:
boolean
Optional
pool
Size
poolSize
?:
number
Optional
port
port
?:
number
Optional
socket
Path
socketPath
?:
string
Optional
tls
tls
?:
boolean
|
ClientTlsOptions
Optional
token
token
?:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
command
Timeout
host
max
Command
Timeouts
max
In
Flight
ping
Interval
pipelining
pool
Size
port
socket
Path
tls
token
Guide
GitHub
bunqueue
Loading...