Skip to content

Commit

Permalink
fix redis nodes format error. (apache#4981)
Browse files Browse the repository at this point in the history
Co-authored-by: lightzhao <zhaolianyong777@gmail.com>
  • Loading branch information
2 people authored and EricJoy2048 committed Jul 3, 2023
1 parent 472a26c commit feaade5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/en/connector-v2/sink/Redis.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down
2 changes: 1 addition & 1 deletion docs/en/connector-v2/source/Redis.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down

0 comments on commit feaade5

Please sign in to comment.