Type alias RedisChatMessageHistoryInput
RedisChatMessageHistoryInput: {
sessionId: string;
client?: any;
config?: RedisClientOptions;
sessionTTL?: number;
}
Type declaration
sessionId: string
Optional
client?: any
Optional
config?: RedisClientOptions
Optional
sessionTTL?: 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
RedisChatMessageHistory
constructor.