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

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


The following commit(s) were added to refs/heads/dev by this push:
     new d62cf0f33e fix redis nodes format error. (#4981)
d62cf0f33e is described below

commit d62cf0f33e43acf1efe2944d9b9dd9e61b68b1a4
Author: lightzhao <[email protected]>
AuthorDate: Tue Jun 27 21:05:42 2023 +0800

    fix redis nodes format error. (#4981)
    
    Co-authored-by: lightzhao <[email protected]>
---
 docs/en/connector-v2/sink/Redis.md   | 2 +-
 docs/en/connector-v2/source/Redis.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/en/connector-v2/sink/Redis.md 
b/docs/en/connector-v2/sink/Redis.md
index 9f9215d1b4..fcface7da2 100644
--- a/docs/en/connector-v2/sink/Redis.md
+++ b/docs/en/connector-v2/sink/Redis.md
@@ -98,7 +98,7 @@ redis mode, `single` or `cluster`, default is `single`
 
 redis nodes information, used in cluster mode, must like as the following 
format:
 
-[host1:port1, host2:port2]
+["host1:port1", "host2:port2"]
 
 ### format [string]
 
diff --git a/docs/en/connector-v2/source/Redis.md 
b/docs/en/connector-v2/source/Redis.md
index 132278e933..fa4996b0e3 100644
--- a/docs/en/connector-v2/source/Redis.md
+++ b/docs/en/connector-v2/source/Redis.md
@@ -159,7 +159,7 @@ redis mode, `single` or `cluster`, default is `single`
 
 redis nodes information, used in cluster mode, must like as the following 
format:
 
-[host1:port1, host2:port2]
+["host1:port1", "host2:port2"]
 
 ### format [string]
 

Reply via email to