Preparing search index...
The search index is not available
@hotmeshio/hotmesh
@hotmeshio/hotmesh
types/redis
IORedisClientOptions
Interface IORedisClientOptions
IORedis types
interface
IORedisClientOptions
{
connectionName
?:
string
;
db
?:
number
;
family
?:
"IPv4"
|
"IPv6"
;
host
?:
string
;
keepAlive
?:
number
;
keyPrefix
?:
string
;
name
?:
string
;
noDelay
?:
boolean
;
password
?:
string
;
path
?:
string
;
port
?:
number
;
readOnly
?:
boolean
;
reconnectOnError
?:
(
(
err
:
Error
)
=>
boolean
)
;
sentinels
?:
{
host
:
string
;
port
:
number
;
}
[]
;
username
?:
string
;
}
Index
Properties
connection
Name?
db?
family?
host?
keep
Alive?
key
Prefix?
name?
no
Delay?
password?
path?
port?
read
Only?
reconnect
On
Error?
sentinels?
username?
Properties
Optional
connection
Name
connection
Name
?:
string
Optional
db
db
?:
number
Optional
family
family
?:
"IPv4"
|
"IPv6"
Optional
host
host
?:
string
Optional
keep
Alive
keep
Alive
?:
number
Optional
key
Prefix
key
Prefix
?:
string
Optional
name
name
?:
string
Optional
no
Delay
no
Delay
?:
boolean
Optional
password
password
?:
string
Optional
path
path
?:
string
Optional
port
port
?:
number
Optional
read
Only
read
Only
?:
boolean
Optional
reconnect
On
Error
reconnect
On
Error
?:
(
(
err
:
Error
)
=>
boolean
)
Optional
sentinels
sentinels
?:
{
host
:
string
;
port
:
number
;
}
[]
Optional
username
username
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
connection
Name
db
family
host
keep
Alive
key
Prefix
name
no
Delay
password
path
port
read
Only
reconnect
On
Error
sentinels
username
@hotmeshio/hotmesh
Loading...
IORedis types