Skip to content

Commit

Permalink
Merge branch 'mrniko/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
jackygurui committed Feb 11, 2016
2 parents 54aac5a + c3cfe24 commit 9be5fe2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,21 @@ Redisson Releases History
================================
####Please Note: trunk is current development branch.

####03-Feb-2016 - version 2.2.7 released

Feature - `readAllKeySet`, `readAllValues`, `readAllEntry`, `readAllKeySetAsync`, `readAllValuesAsync`, `readAllEntryAsync` methods were added to `RMap` object
Improvement - `RKeys.delete` optimization in Cluster mode
Fixed - minimal connections amount initialization
Fixed - `RKeys.deleteByPattern` throws an error in cluster mode
Fixed - `RKeys.deleteAsync` throws error in Cluster mode
Fixed - Redisson failed to start when one of sentinel servers is down
Fixed - Redisson failed to start when there are no slaves in Sentinel mode
Fixed - slave nodes up/down state discovery in Cluster mode
Fixed - slave can stay freezed when it has been just added in Sentinel mode
Fixed - offline slaves handling during Redisson start in Sentinel mode
Fixed - `SELECT` command can't be executed in Sentinel mode
Fixed - `database` setting removed from cluster config

####28-Jan-2016 - version 2.2.6 released

Feature - __new object added__ `RedissonMultiLock`
Expand Down
6 changes: 3 additions & 3 deletions README.md
@@ -1,16 +1,16 @@
Redisson - distributed and scalable Java objects powered by Redis. Advanced Java Redis client
====

[![Maven Central](https://img.shields.io/maven-central/v/org.redisson/redisson.svg?style=flat-square)](https://maven-badges.herokuapp.com/maven-central/org.redisson/redisson/)
[![Maven Central](https://img.shields.io/maven-central/v/org.redisson/redisson.svg?style=flat-square)](https://maven-badges.herokuapp.com/maven-central/org.redisson/redisson/) please take part in [Redisson survey](https://ru.surveymonkey.com/r/LP7RG8Q)

Use familiar Java data structures with power of [Redis](http://redis.io).

Based on high-performance async and lock-free Java Redis client and [Netty 4](http://netty.io) framework.
Redis 2.8+ and JDK 1.6+ compatible.


Read [wiki](https://github.com/mrniko/redisson/wiki) for more Redisson usage details.
[Redisson releases history](https://github.com/mrniko/redisson/blob/master/CHANGELOG.md).
Please read [documentation](https://github.com/mrniko/redisson/wiki) for more details.
Redisson [releases history](https://github.com/mrniko/redisson/blob/master/CHANGELOG.md).


Licensed under the Apache License 2.0.
Expand Down

0 comments on commit 9be5fe2

Please sign in to comment.