interface MemoryRedisChatNodeParameters { contextWindowLength?: number; sessionIdType?: "fromInput" | "customKey"; sessionKey?: string; sessionTTL?: number;}
Default: 5
Default: "fromInput"
The key to use to store the memory in the workflow data Default: "chat_history"
For how long the session should be stored in seconds. If set to 0 it will not expire.
Default: 5