feat(Redis Node): Add support for TLS (#9266)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2024-05-02 17:35:41 +02:00
committed by GitHub
parent 30c8efc4cc
commit 0a2de093c0
3 changed files with 158 additions and 104 deletions

View File

@@ -35,5 +35,11 @@ export class Redis implements ICredentialType {
type: 'number',
default: 0,
},
{
displayName: 'SSL',
name: 'ssl',
type: 'boolean',
default: false,
},
];
}