Skip to content

Commit

Permalink
fix(Redis Chat Memory Node): Respect the SSL flag from the credential (
Browse files Browse the repository at this point in the history
  • Loading branch information
netroy authored Nov 12, 2024
1 parent 565f8cd commit b5cbf75
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ export class MemoryRedisChat implements INodeType {
socket: {
host: credentials.host as string,
port: credentials.port as number,
tls: credentials.ssl === true,
},
database: credentials.database as number,
};
Expand Down

0 comments on commit b5cbf75

Please sign in to comment.