mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
fix(Redis Node): Add support for username auth (#12274)
This commit is contained in:
committed by
GitHub
parent
38c5ed2932
commit
64c0414ef2
@@ -17,6 +17,13 @@ export class Redis implements ICredentialType {
|
||||
},
|
||||
default: '',
|
||||
},
|
||||
{
|
||||
displayName: 'User',
|
||||
name: 'user',
|
||||
type: 'string',
|
||||
default: '',
|
||||
hint: 'Leave blank for password-only auth',
|
||||
},
|
||||
{
|
||||
displayName: 'Host',
|
||||
name: 'host',
|
||||
|
||||
Reference in New Issue
Block a user