Files
spring-data-redis/gradle.properties
Christoph Strobl b2bae8f8fb DATAREDIS-412 - Assert compatibility with Jedis 2.7.1, 2.7.2 and 2.7.3.
Bump Jedis version and fix SendCommand class type differences between versions.

We now also lazily init the transaction on first call of multi() since pre initialization causes issues releasing Jedis connections and returning them to pool.

Original pull request: #149.
Related ticket: #139.
2015-07-22 14:39:30 +02:00

15 lines
349 B
INI

slf4jVersion=1.7.12
junitVersion=4.12
jredisVersion=06052013
jedisVersion=2.7.3
springVersion=4.1.6.RELEASE
springDataBuildVersion=1.7.0.BUILD-SNAPSHOT
log4jVersion=1.2.17
version=1.6.0.BUILD-SNAPSHOT
srpVersion=0.7
jacksonVersion=1.8.8
fasterXmlJacksonVersion=2.5.1
fasterXmlJacksonDatabindVersion=2.5.1
lettuceVersion=2.3.3
mockitoVersion=1.10.19