mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
feat(Redis Node): Add support for TLS (#9266)
This commit is contained in:
committed by
GitHub
parent
30c8efc4cc
commit
0a2de093c0
@@ -35,5 +35,11 @@ export class Redis implements ICredentialType {
|
||||
type: 'number',
|
||||
default: 0,
|
||||
},
|
||||
{
|
||||
displayName: 'SSL',
|
||||
name: 'ssl',
|
||||
type: 'boolean',
|
||||
default: false,
|
||||
},
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user