Type alias UpstashRedisChatMessageHistoryInput
UpstashRedisChatMessageHistoryInput: {
sessionId: string;
client?: Redis;
config?: RedisConfigNodejs;
sessionTTL?: number;
}
Type declaration
-
sessionId: string
-
Optional
client?: Redis
-
Optional
config?: RedisConfigNodejs
-
Optional
sessionTTL?: number
Type definition for the input parameters required to initialize an instance of the UpstashRedisChatMessageHistory class.