Type alias RedisChatMessageHistoryInput
RedisChatMessageHistoryInput: { 
    sessionId: string; 
    client?: any; 
    config?: RedisClientOptions; 
    sessionTTL?: number; 
}
Type declaration
- sessionId: string
- Optionalclient?: any
- Optionalconfig?: RedisClientOptions
- OptionalsessionTTL?: number
⚠️ Deprecated ⚠️
This feature is deprecated and will be removed in the future.
It is not recommended for use.
Install and import from the "@langchain/redis" integration package instead. Type for the input to the
RedisChatMessageHistoryconstructor.