DATAREDIS-1223 - Upgrade to Lettuce 6.0 GA.

Adopt HashCommands to changed HGETALL method signature returning Flux<KeyValue> instead of Mono<Map>.
This commit is contained in:
Mark Paluch
2020-10-05 11:43:03 +02:00
parent f1d88484fd
commit b26a93280a
2 changed files with 25 additions and 3 deletions

View File

@@ -22,7 +22,7 @@
<beanutils>1.9.2</beanutils>
<xstream>1.4.12</xstream>
<pool>2.7.0</pool>
<lettuce>6.0.0.RC2</lettuce>
<lettuce>6.0.0.RELEASE</lettuce>
<jedis>3.3.0</jedis>
<multithreadedtc>1.01</multithreadedtc>
<netty>4.1.51.Final</netty>