You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by ty...@apache.org on 2022/10/30 07:36:04 UTC

[incubator-seatunnel] branch dev updated: Update Redis.md (#3204)

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

tyrantlucifer 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 b48518776 Update Redis.md (#3204)
b48518776 is described below

commit b485187768159d3062b3439e7ae3f5a9a966086d
Author: skyoct <76...@qq.com>
AuthorDate: Sun Oct 30 15:35:58 2022 +0800

    Update Redis.md (#3204)
---
 docs/en/connector-v2/source/Redis.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/en/connector-v2/source/Redis.md b/docs/en/connector-v2/source/Redis.md
index 4ddce0d86..974aa22aa 100644
--- a/docs/en/connector-v2/source/Redis.md
+++ b/docs/en/connector-v2/source/Redis.md
@@ -67,11 +67,11 @@ redis data types, support `key` `hash` `list` `set` `zset`
 > Each element in the sorted set will be sent downstream as a single row of data
 > For example, the value of sorted set is `[tyrantlucier, CalvinKirs]`, the data received downstream are `tyrantlucifer` and `CalvinKirs` and only two message will be received.
 
-### auth [String]
+### auth [string]
 
 redis authentication password, you need it when you connect to an encrypted cluster
 
-### format [String]
+### format [string]
 
 the format of upstream data, now only support `json` `text`, default `json`.
 
@@ -121,9 +121,9 @@ connector will generate data as the following:
 |---------|
 | {"code":  200, "data":  "get success", "success":  true}        |
 
-### schema [Config]
+### schema [config]
 
-#### fields [Config]
+#### fields [config]
 
 the schema fields of upstream data