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

pull/555/head
Nikita 9 years ago
commit a190a47003

@ -2,6 +2,10 @@ Redisson Releases History
================================
####Please Note: trunk is current development branch.
####13-Jul-2016 - version 2.2.19 released
Feature - `RSetReactive.readIntersection`, `RSetReactive.diff` and `RSetReactive.intersection` added
Fixed - cluster commands handling regression (regression since 2.2.18)
####13-Jul-2016 - version 2.2.18 released
Feature - `RSet.randomAsync` and `RSet.random` commands added (thanks to dcheckoway)
Feature - commandTimeout param added to RedisClient

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

Loading…
Cancel
Save