From b7507ab3cd7d686b4526098d1ee968d991e9c01a Mon Sep 17 00:00:00 2001 From: sebasziegler <97103989+sebasziegler@users.noreply.github.com> Date: Thu, 20 Oct 2022 15:04:57 +0200 Subject: [PATCH] Update SOURCE.md --- docs/connectors/SOURCE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/connectors/SOURCE.md b/docs/connectors/SOURCE.md index d3c6bb8..33c98a6 100644 --- a/docs/connectors/SOURCE.md +++ b/docs/connectors/SOURCE.md @@ -94,4 +94,4 @@ Splitting the workload between multiple tasks is possible via the configuration | `redis.uri` | string | | High | Redis connection information provided via a URI string. | | `redis.cluster.enabled` | boolean | false | High | Target Redis is running as a cluster. | | `redis.channels` | string | | High | Redis channels to subscribe to separated by commas. | -| `redis.channels.patterns.enabled` | boolean | | High | Redis channels use patterns (PSUBSCRIBE). | +| `redis.channels.pattern.enabled` | boolean | | High | Redis channels use patterns (PSUBSCRIBE). |