Skip to content

Commit

Permalink
Update release notes #183
Browse files Browse the repository at this point in the history
  • Loading branch information
mp911de committed Jan 29, 2016
1 parent 4b73166 commit dba9424
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ operations such as `BLPOP` and `MULTI`/`EXEC`.
lettuce is built with [netty](https://github.com/netty/netty).
Supports advanced Redis features such as Sentinel, Cluster, Pipelining, Auto-Reconnect and Redis data models.

This version of lettuce has been tested against Redis 3.0.
This version of lettuce has been tested against Redis 3.2 RC3.

* lettuce 3.x works with Java 6, 7 and 8, lettuce 4.x requires Java 8
* [synchronous](https://github.com/mp911de/lettuce/wiki/Basic-usage), [asynchronous](https://github.com/mp911de/lettuce/wiki/Asynchronous-API-%284.0%29) and [reactive](https://github.com/mp911de/lettuce/wiki/Reactive-API-%284.0%29) usage
Expand Down
5 changes: 4 additions & 1 deletion RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
lettuce 4.1 RELEASE NOTES
=========================
lettuce 4.1 is here. This release contains numerous features and bugfixes. Lettuce 4.1 introduces reusable
client-resources, an EventBus, client metrics, and support for newly introduced commands.
client-resources, an EventBus, client metrics, and support for newly introduced commands. This version
works with Redis 3.2 RC3 but Redis expects a change in the format of CLUSTER NODES. So watch out for a new
release of lettuce as soon as Redis 3.2 RC4 or a final is released.

lettuce is available in two major versions. The 3.x stream and the 4.x stream. Both streams are maintained.

Expand Down Expand Up @@ -289,6 +291,7 @@ Enhancements
* Extend support for CLUSTER commands #111
* Dispatch CLUSTER commands based on the slot #112
* Enable initial support for read from slaves in Master-Slave setups #125
* Support changed CLUSTER SLOTS #183

Fixes
-----
Expand Down

0 comments on commit dba9424

Please sign in to comment.