DATAREDIS-749 - Polishing.

Upgrade to Jedis 3.0. Remove reflective sendCommand calls in favor of public Jedis sendCommand API. Invocations with null arguments by introducing overloads with argument defaulting. Fix exception translation because of a changed exception hierarchy. Fix tests and adapt tests to new transactional results that return null values instead if empty collections for nested array responses.

Reformat code. Add author tags. Add note to reference docs.

Original pull request: #374.
This commit is contained in:
Mark Paluch
2018-12-06 13:07:34 +01:00
parent f4680a180c
commit f253d4128d
16 changed files with 154 additions and 148 deletions

View File

@@ -22,7 +22,7 @@
<xstream>1.4.8</xstream>
<pool>2.6.0</pool>
<lettuce>5.1.3.RELEASE</lettuce>
<jedis>3.0.0-m1</jedis>
<jedis>3.0.0</jedis>
<multithreadedtc>1.01</multithreadedtc>
<netty>4.1.22.Final</netty>
<java-module-name>spring.data.redis</java-module-name>