Skip to content

Commit

Permalink
[bugfix][redis] fix application failed when redis single node down
Browse files Browse the repository at this point in the history
  • Loading branch information
xianxing committed Dec 11, 2023
1 parent 3015a84 commit efbf119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chunjun-connectors/chunjun-connector-redis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>2.9.0</version>
<version>2.10.1</version>
</dependency>
<dependency>
<groupId>io.lettuce</groupId>
Expand Down

0 comments on commit efbf119

Please sign in to comment.