UNPKG

n8n-nodes-redis-message-aggregator

Version:

n8n custom node để gom tin nhắn từ nhiều trigger với Redis và intelligent delay

6 lines (5 loc) 279 B
import { IExecuteFunctions, INodeExecutionData, INodeType, INodeTypeDescription } from 'n8n-workflow'; export declare class RedisConnectionTest implements INodeType { description: INodeTypeDescription; execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>; }