mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
✨ Addi an optional database field to redis (#2634)
This commit is contained in:
@@ -507,6 +507,7 @@ export class Redis implements INodeType {
|
||||
});
|
||||
|
||||
client.on('ready', async (err: Error | null) => {
|
||||
client.select(credentials.database as number);
|
||||
try {
|
||||
if (operation === 'info') {
|
||||
const clientInfo = util.promisify(client.info).bind(client);
|
||||
|
||||
Reference in New Issue
Block a user