Slight Redis Memory description change to include units (#3824)

Slight message change to include units
This commit is contained in:
Ryan Halliday
2025-01-08 14:05:10 +13:00
committed by GitHub
parent b2224b9ca1
commit c2c1ca9162
2 changed files with 2 additions and 2 deletions
@@ -53,7 +53,7 @@ class RedisBackedChatMemory_Memory implements INode {
label: 'Session Timeouts',
name: 'sessionTTL',
type: 'number',
description: 'Omit this parameter to make sessions never expire',
description: 'Seconds till a session expires. If not specified, the session will never expire.',
additionalParams: true,
optional: true
},
@@ -80,7 +80,7 @@ class UpstashRedisBackedChatMemory_Memory implements INode {
label: 'Session Timeouts',
name: 'sessionTTL',
type: 'number',
description: 'Omit this parameter to make sessions never expire',
description: 'Seconds till a session expires. If not specified, the session will never expire.',
additionalParams: true,
optional: true
},