Upgrade to Jedis 4.2.

The upgrade also allows to enable support for GEOSEARCH, GEOSEARCHSTORE, XCLAIMJUSTID and XPENDING.

Closes: #2212
Original Pull Request: #2287
This commit is contained in:
Mark Paluch
2022-03-08 10:15:37 +01:00
committed by Christoph Strobl
parent d3a70f8f22
commit 1e4cd6f341
43 changed files with 1182 additions and 1505 deletions

View File

@@ -24,7 +24,7 @@
<xstream>1.4.19</xstream>
<pool>2.11.1</pool>
<lettuce>6.1.8.RELEASE</lettuce>
<jedis>3.8.0</jedis>
<jedis>4.2.0</jedis>
<multithreadedtc>1.01</multithreadedtc>
<netty>4.1.72.Final</netty>
<java-module-name>spring.data.redis</java-module-name>