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

pull/255/head
Nikita 10 years ago
commit 4c483c6bc0

@ -61,6 +61,14 @@ Recent Releases
================================ ================================
####Please Note: trunk is current development branch. ####Please Note: trunk is current development branch.
####17-Sep-2015 - version 2.1.3 released
Feature - Ability to define `Codec` for each object
Feature - `refreshConnectionAfterFails` setting added
Feature - [AWS Elasticache](https://aws.amazon.com/elasticache/) support via `Config.useElasticacheServers` method (thanks to Steve Ungerer)
Feature - `RScoredSortedSet` and `RLexSortedSet` added. Both uses native Redis Sorted Set commands. `RLexSortedSet`s stores only String objects and work with ZLEX-commands
Fixed - missed AUTH during channel reconnection
Fixed - resubscribe to subscribed topics during channel reconnection
####05-Sep-2015 - version 2.1.2 released ####05-Sep-2015 - version 2.1.2 released
Fixed - possible NPE during channel reconnection Fixed - possible NPE during channel reconnection
Fixed - executeAsync freezes in cluster mode Fixed - executeAsync freezes in cluster mode
@ -250,12 +258,12 @@ Include the following to your dependency list:
<dependency> <dependency>
<groupId>org.redisson</groupId> <groupId>org.redisson</groupId>
<artifactId>redisson</artifactId> <artifactId>redisson</artifactId>
<version>2.1.2</version> <version>2.1.3</version>
</dependency> </dependency>
### Gradle ### Gradle
compile 'org.redisson:redisson:2.1.2' compile 'org.redisson:redisson:2.1.3'
### Supported by ### Supported by

Loading…
Cancel
Save