Hisoka-X commented on code in PR #7666:
URL: https://github.com/apache/seatunnel/pull/7666#discussion_r1766616883


##########
seatunnel-connectors-v2/connector-redis/src/main/java/org/apache/seatunnel/connectors/seatunnel/redis/client/RedisClient.java:
##########
@@ -40,14 +44,42 @@ protected RedisClient(RedisParameters redisParameters, 
Jedis jedis) {
         this.redisParameters = redisParameters;
         this.batchSize = redisParameters.getBatchSize();
         this.jedis = jedis;
+        this.redisVersion = redisParameters.getRedisVersion();

Review Comment:
   Can we get the version by use redis client api instead of get from users?



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