This is an automated email from the ASF dual-hosted git repository.

kirs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git


The following commit(s) were added to refs/heads/dev by this push:
     new e8cc1b8  [hotfix][connector-redis][docs] Updated required value in 
source and sink attribute tables for those with default values (#1629)
e8cc1b8 is described below

commit e8cc1b883105066369443ab3e2955260331394f9
Author: mans2singh <[email protected]>
AuthorDate: Thu Mar 31 08:06:56 2022 -0400

    [hotfix][connector-redis][docs] Updated required value in source and sink 
attribute tables for those with default values (#1629)
---
 docs/en/connector/sink/Redis.md   | 24 ++++++++++++------------
 docs/en/connector/source/Redis.md |  4 ++--
 2 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/docs/en/connector/sink/Redis.md b/docs/en/connector/sink/Redis.md
index 3eefdfa..48e3657 100644
--- a/docs/en/connector/sink/Redis.md
+++ b/docs/en/connector/sink/Redis.md
@@ -15,18 +15,18 @@ Engine Supported and plugin name
 
 ## Options
 
-| name      | type   | required  | default value |
-|-----------|--------|-----------|---------------|
-| host      | string | yes       | "localhost"   |
-| port      | int    | yes       | 6379          |
-| auth      | string | no        |               |
-| db_num    | int    | no        | 0             |
-| data_type | string | no        | "KV"          |
-| hash_name | string | no        |               |
-| list_name | string | no        |               |
-| set_name  | string | no        |               |
-| zset_name | string | no        |               |
-| timeout   | int    | no        | 2000          |
+| name      | type   | required | default value |
+|-----------|--------|----------|---------------|
+| host      | string | no       | "localhost"   |
+| port      | int    | no       | 6379          |
+| auth      | string | no       |               |
+| db_num    | int    | no       | 0             |
+| data_type | string | no       | "KV"          |
+| hash_name | string | no       |               |
+| list_name | string | no       |               |
+| set_name  | string | no       |               |
+| zset_name | string | no       |               |
+| timeout   | int    | no       | 2000          |
 
 ### host [string]
 
diff --git a/docs/en/connector/source/Redis.md 
b/docs/en/connector/source/Redis.md
index 516a787..adb767e 100644
--- a/docs/en/connector/source/Redis.md
+++ b/docs/en/connector/source/Redis.md
@@ -17,8 +17,8 @@ Engine Supported and plugin name
 
 | name                | type     | required | default value |
 |---------------------|----------|----------|---------------|
-| host                | string   | yes      | "localhost"   |
-| port                | int      | yes      | 6379          |
+| host                | string   | no       | "localhost"   |
+| port                | int      | no       | 6379          |
 | auth                | string   | no       |               |
 | db_num              | int      | no       | 0             |
 | keys_or_key_pattern | string   | yes      |               |

Reply via email to