TyrantLucifer commented on code in PR #2647: URL: https://github.com/apache/incubator-seatunnel/pull/2647#discussion_r963970568
########## 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: Update to `key` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
