Skip to content

Commit ea19581

Browse files
author
Bilal Al
committed
downgrade jedis to support all redis versions
1 parent 6a30f03 commit ea19581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redis-wrapper/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>redis.clients</groupId>
3030
<artifactId>jedis</artifactId>
31-
<version>5.2.0</version>
31+
<version>4.4.8</version>
3232
</dependency>
3333
<dependency>
3434
<groupId>junit</groupId>

0 commit comments

Comments
 (0)