Merge branch 'master' of github.com:mrniko/redisson

pull/456/head
Nikita 9 years ago
commit 100d4ca0d6

@ -2,6 +2,21 @@ Redisson Releases History
================================
####Please Note: trunk is current development branch.
####23-Mar-2016 - version 2.2.10 released
Feature - __new object added__ `RRemoteService`
Feature - __new object added__ `RSetMultimapCache`
Feature - __new object added__ `RListMultimapCache`
Improvement - ability to cancel BRPOP and BLPOP async command execution
Improvement - Config params validation
Improvement - test RedisRunner improvements (thanks to jackygurui)
Improvement - `Double.NEGATIVE_INFINITY` and `Double.POSITIVE_INFINITY` handling for ScoredSortedSet (thanks to jackygurui)
Fixed - MOVED, ASK handling in cluster mode using RBatch
Fixed - delete and expire logic for Multimap objects
Fixed - `RLock.tryLockAsync` NPE
Fixed - possible NPE during Redisson version logging
Fixed - Netty threads shutdown after connection error
####04-Mar-2016 - version 2.2.9 released
Feature - __new object added__ `RSetMultimap`

@ -81,12 +81,12 @@ Include the following to your dependency list:
<dependency>
<groupId>org.redisson</groupId>
<artifactId>redisson</artifactId>
<version>2.2.9</version>
<version>2.2.10</version>
</dependency>
### Gradle
compile 'org.redisson:redisson:2.2.9'
compile 'org.redisson:redisson:2.2.10'
### Supported by

Loading…
Cancel
Save