UNPKG

n8n-nodes-redis-message-aggregator

Version:

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

8 lines (7 loc) 234 B
import { ICredentialType, INodeProperties } from 'n8n-workflow'; export declare class RedisApi implements ICredentialType { name: string; displayName: string; documentationUrl: string; properties: INodeProperties[]; }