Hisoka-X commented on code in PR #8881: URL: https://github.com/apache/seatunnel/pull/8881#discussion_r1986536661
########## seatunnel-connectors-v2/connector-redis/src/main/java/org/apache/seatunnel/connectors/seatunnel/redis/config/RedisParameters.java: ########## @@ -46,7 +46,7 @@ @Slf4j public class RedisParameters implements Serializable { private String host; - private int port; + private Integer port; Review Comment: OK, let's update it to 6379 as default. @fcb-xiaobo -- 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-unsubscr...@seatunnel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org