prorm API Reference
← Documentation
GitLab
Preparing search index...
types
RedisClusterNode
Interface RedisClusterNode
One node of a Redis cluster used as a cache backend.
interface
RedisClusterNode
{
host
:
string
;
port
:
number
;
tls
?:
boolean
;
}
Index
Properties
host
port
tls?
Properties
host
host
:
string
port
port
:
number
Optional
tls
tls
?:
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
host
port
tls
← Documentation
GitLab
prorm API Reference
Loading...
One node of a Redis cluster used as a cache backend.