Update README.md

pull/38/head
Nikita Koksharov 11 years ago
parent fb10694d44
commit 593682adca

@ -30,7 +30,7 @@ Recent Releases
================================
####Please Note: trunk is current development branch.
####??-June-2014 - version 1.0.5
####07-June-2014 - version 1.1.0 released
Feature - master/slave connection management
Feature - simple set/get object support via `org.redisson.core.RBucket`
Feature - hyperloglog support via `org.redisson.core.RHyperLogLog`
@ -38,6 +38,7 @@ Feature - new methods `getAsync`, `putAsync` and `removeAsync` added to `org.red
Feature - new method `publishAsync` added to `org.redisson.core.RTopic`
Feature - [Kryo](https://github.com/EsotericSoftware/kryo) codec added (thanks to mathieucarbou)
__Breaking api change__ - `org.redisson.Config` model changed
Fixed - score calucaltion algorithm used in `RSortedSet`.
Fixed - `RMap.put` & `RMap.remove` result consistency fixed.
Fixed - `RTopic.publish` now returns the number of clients that received the message
Fixed - reconnection handling (thanks to renzihui)

Loading…
Cancel
Save