You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by GitBox <gi...@apache.org> on 2022/09/05 14:47:06 UTC

[GitHub] [incubator-seatunnel] TyrantLucifer commented on a diff in pull request #2647: [Feature][Connector-V2] Add redis sink connector

TyrantLucifer commented on code in PR #2647:
URL: https://github.com/apache/incubator-seatunnel/pull/2647#discussion_r962978016


##########
docs/en/connector-v2/sink/Redis.md:
##########
@@ -0,0 +1,94 @@
+# Redis
+
+> Redis sink connector
+
+## Description
+
+Used to write data to Redis.
+
+## Key features
+
+- [ ] [exactly-once](../../concept/connector-v2-features.md)
+- [ ] [schema projection](../../concept/connector-v2-features.md)
+
+##  Options
+
+| name      | type   | required | default value |
+|-----------|--------|----------|---------------|
+| host      | string | yes      | -             |
+| port      | int    | yes      | -             |
+| keys      | string | yes      | -             |

Review Comment:
   Emm... Mainly, I want to be consistent with the parameters of the source connector.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org