interface RedisTriggerNodeParameters { channels?: string; options?: { jsonParseBody?: boolean; onlyMessage?: boolean; };}
Channels to subscribe to, multiple channels be defined with comma. Wildcard character(*) is supported.
Default: {}
Channels to subscribe to, multiple channels be defined with comma. Wildcard character(*) is supported.