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

pull/139/head
Nikita 10 years ago
commit 6dcd68e39a

@ -57,10 +57,13 @@ Recent Releases
Feature - implementation of `java.util.concurrent.BlockingQueue` (thanks to pdeschen) Feature - implementation of `java.util.concurrent.BlockingQueue` (thanks to pdeschen)
Feature - buckets load by pattern (thanks to mathieucarbou) Feature - buckets load by pattern (thanks to mathieucarbou)
Improvement - IPv6 support Improvement - IPv6 support
Improvement - `isEmpty` checks for added collections
Fixed - KryoCodec keys decoding (thanks to mathieucarbou) Fixed - KryoCodec keys decoding (thanks to mathieucarbou)
Fixed - `RMap.addAndGet()` data format Fixed - `RMap.addAndGet()` data format
Fixed - timeout support in cluster, sentinel and single connections configurations Fixed - timeout support in cluster, sentinel and single connections configurations
Fixed - ClassCastException in `RedissonCountDownLatch.trySetCount` Fixed - ClassCastException in `RedissonCountDownLatch.trySetCount`
Fixed - `RMap.replace` concurrency issue (thanks to AndrewKolpakov)
Fixed - `RLock` subscription timeout units fixed (thanks to AndrewKolpakov)
####09-Jan-2015 - version 1.2.0 released ####09-Jan-2015 - version 1.2.0 released
Feature - cluster mode support Feature - cluster mode support

Loading…
Cancel
Save