Upgrade to Jedis 3.7.

Enable support for SCAN with type, call appropriate shutdown methods with save/nosave flags.

Closes: #2153
Original Pull Request: #2154
This commit is contained in:
Mark Paluch
2021-09-01 16:05:06 +02:00
committed by Christoph Strobl
parent 99053cfeac
commit a944aa2d1b
6 changed files with 44 additions and 46 deletions

View File

@@ -23,7 +23,7 @@
<xstream>1.4.18</xstream>
<pool>2.9.0</pool>
<lettuce>6.1.4.RELEASE</lettuce>
<jedis>3.6.3</jedis>
<jedis>3.7.0</jedis>
<multithreadedtc>1.01</multithreadedtc>
<netty>4.1.65.Final</netty>
<java-module-name>spring.data.redis</java-module-name>