FuYouJ commented on code in PR #7666:
URL: https://github.com/apache/seatunnel/pull/7666#discussion_r1767123051


##########
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:
   In the next commit, this configuration is removed because we get the version 
through the client.



-- 
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]

Reply via email to