Hisoka-X commented on code in PR #7666:
URL: https://github.com/apache/seatunnel/pull/7666#discussion_r1766060347
##########
seatunnel-connectors-v2/connector-redis/src/main/java/org/apache/seatunnel/connectors/seatunnel/redis/config/RedisConfig.java:
##########
@@ -36,6 +36,12 @@ public enum HashKeyParseMode {
KV;
}
+ public static final Option<RedisVersion> REDIS_VERSION =
+ Options.key("redis_version")
+ .enumType(RedisVersion.class)
+ .noDefaultValue()
Review Comment:
Please set default version to version 7.
--
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]