UNPKG

n8n

Version:

n8n Workflow Automation Tool

5 lines (4 loc) 244 B
export type RedisClientType = N8nRedisClientType | BullRedisClientType; type N8nRedisClientType = 'subscriber(n8n)' | 'publisher(n8n)' | 'cache(n8n)'; type BullRedisClientType = 'subscriber(bull)' | 'client(bull)' | 'bclient(bull)'; export {};