Skip to content

Commit

Permalink
Slight Redis Memory description change to include units (#3824)
Browse files Browse the repository at this point in the history
Slight message change to include units
  • Loading branch information
ryanhalliday authored Jan 8, 2025
1 parent b2224b9 commit c2c1ca9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
Expand Down

0 comments on commit c2c1ca9

Please sign in to comment.