unified-llm-client
Preparing search index...
RedisSessionStoreOptions
Interface RedisSessionStoreOptions
Configuration for
RedisSessionStore
.
interface
RedisSessionStoreOptions
{
client
:
RedisSessionStoreClient
;
keyPrefix
?:
string
;
now
?:
()
=>
Date
;
scanCount
?:
number
;
ttlSeconds
?:
number
;
}
Index
Properties
client
key
Prefix?
now?
scan
Count?
ttl
Seconds?
Properties
client
client
:
RedisSessionStoreClient
Optional
key
Prefix
keyPrefix
?:
string
Optional
now
now
?:
()
=>
Date
Optional
scan
Count
scanCount
?:
number
Optional
ttl
Seconds
ttlSeconds
?:
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
client
key
Prefix
now
scan
Count
ttl
Seconds
unified-llm-client
Loading...
Configuration for
RedisSessionStore.