Skip to content

Commit

Permalink
fix redis nodes format error. (#4981)
Browse files Browse the repository at this point in the history
Co-authored-by: lightzhao <[email protected]>
  • Loading branch information
lightzhao and lightzhao authored Jun 27, 2023
1 parent 4620b53 commit d62cf0f
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 d62cf0f

Please sign in to comment.