Skip to content

Commit b41cc0e

Browse files
author
yanxi0227
committed
password is null
1 parent 06ddc4c commit b41cc0e

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

redis5/redis5-side/redis-async-side/src/main/java/com/dtstack/flink/sql/side/redis/RedisAsyncReqRow.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ private void buildRedisClient(RedisSideTableInfo tableInfo){
8080
String password = redisSideTableInfo.getPassword();
8181
if (password != null){
8282
password = password + "@";
83+
} else {
84+
password = "";
8385
}
8486
String database = redisSideTableInfo.getDatabase();
8587
if (database == null){

redis5/redis5-sink/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<dependency>
2727
<groupId>redis.clients</groupId>
2828
<artifactId>jedis</artifactId>
29-
<version>2.8.0</version>
29+
<version>2.9.0</version>
3030
</dependency>
3131
</dependencies>
3232

0 commit comments

Comments
 (0)