prorm API Reference
← Documentation
GitLab
Preparing search index...
types
RedisClusterCacheOptions
Interface RedisClusterCacheOptions
Configuration for using a Redis cluster as the shared cache.
interface
RedisClusterCacheOptions
{
nodes
:
RedisClusterNode
[]
;
maxRedirects
?:
number
;
keyPrefix
?:
string
;
defaultTtl
?:
number
;
readFromReplicas
?:
boolean
;
poolSize
?:
number
;
lazyConnect
?:
boolean
;
l1
?:
L1CacheOptions
;
}
Index
Properties
nodes
max
Redirects?
key
Prefix?
default
Ttl?
read
From
Replicas?
pool
Size?
lazy
Connect?
l1?
Properties
nodes
nodes
:
RedisClusterNode
[]
Optional
max
Redirects
maxRedirects
?:
number
Optional
key
Prefix
keyPrefix
?:
string
Optional
default
Ttl
defaultTtl
?:
number
Optional
read
From
Replicas
readFromReplicas
?:
boolean
Optional
pool
Size
poolSize
?:
number
Optional
lazy
Connect
lazyConnect
?:
boolean
Optional
l1
l1
?:
L1CacheOptions
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
nodes
max
Redirects
key
Prefix
default
Ttl
read
From
Replicas
pool
Size
lazy
Connect
l1
← Documentation
GitLab
prorm API Reference
Loading...
Configuration for using a Redis cluster as the shared cache.