mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +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: {
|
socket: {
|
||||||
host: credentials.host as string,
|
host: credentials.host as string,
|
||||||
port: credentials.port as number,
|
port: credentials.port as number,
|
||||||
|
tls: credentials.ssl === true,
|
||||||
},
|
},
|
||||||
database: credentials.database as number,
|
database: credentials.database as number,
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user