xiaofan2022 commented on code in PR #5570:
URL: https://github.com/apache/seatunnel/pull/5570#discussion_r1357750246
##########
seatunnel-connectors-v2/connector-redis/src/main/java/org/apache/seatunnel/connectors/seatunnel/redis/config/RedisConfig.java:
##########
@@ -48,6 +48,13 @@ public enum HashKeyParseMode {
.withDescription(
"redis authentication password, you need it when
you connect to an encrypted cluster");
+ public static final Option<Integer> DB_NUM =
+ Options.key("db_num")
+ .intType()
+ .defaultValue(0)
+ .withDescription(
+ "redis database index id, It is connected to db 0
by default");
Review Comment:
done
--
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]