mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
fix(Redis Chat Memory Node): Respect the SSL flag from the credential (#11689)
This commit is contained in:
committed by
GitHub
parent
565f8cd8c7
commit
b5cbf7566d
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user