mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
✨ Addi an optional database field to redis (#2634)
This commit is contained in:
@@ -30,5 +30,11 @@ export class Redis implements ICredentialType {
|
||||
type: 'number',
|
||||
default: 6379,
|
||||
},
|
||||
{
|
||||
displayName: 'Database',
|
||||
name: 'database',
|
||||
type: 'number',
|
||||
default: 0,
|
||||
},
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user