From 4e7ccc96fed27a7934dfe3c304ba05b2b6b60ee2 Mon Sep 17 00:00:00 2001 From: Christoph Strobl Date: Fri, 28 Aug 2015 08:47:15 +0200 Subject: [PATCH] DATAREDIS-424 - Update Reference Documentation. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated what’s new section in reference documentation. Remove outdated version from readme. Update project team twitter handle on readme. --- README.md | 5 +---- src/asciidoc/new-features.adoc | 9 +++++++++ 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 44f67e370..86ff70f0b 100644 --- a/README.md +++ b/README.md @@ -54,9 +54,6 @@ dependencies { } ~~~~~ -Latest GA release is _1.2.1.RELEASE_ -Latest nightly is _1.3.0.BUILD-SNAPSHOT_ - # Usage (for the impatient) * Configure the Redis connector to use (here [jedis](https://github.com/xetorthio/jedis)): @@ -120,5 +117,5 @@ Github is for social coding: if you want to write code, we encourage contributio # Staying in touch -Follow the project team ([@thomasdarimont](http://twitter.com/thomasdarimont), [@stroblchristoph](http://twitter.com/stroblchristoph)) on Twitter. In-depth articles can be +Follow the project team ([@SpringData](http://twitter.com/springdata)) on Twitter. In-depth articles can be found at the Spring [team blog](https://spring.io/blog), and releases are announced via our [news feed](https://spring.io/blog/category/news). diff --git a/src/asciidoc/new-features.adoc b/src/asciidoc/new-features.adoc index c478aae31..1877e0e5e 100644 --- a/src/asciidoc/new-features.adoc +++ b/src/asciidoc/new-features.adoc @@ -1,6 +1,15 @@ [[new-features]] = New Features +[[new-in-1-6-0]] +== New in Spring Data Redis 1.6 + +* The `Lettuce` Redis driver switched from https://github.com/wg/lettuce[wg/lettuce] to https://github.com/mp911de/lettuce[mp911de/lettuce]. +* Support for `ZRANGEBYLEX`. +* Enhanced range operations for `ZSET`s including `+inf` / `-inf`. +* Performance improvements in `RedisCache` now releasing connections earlier. +* Generic Jackson2 `RedisSerializer` making use of Jackson's polymorphic deserialization. + [[new-in-1-5-0]] == New in Spring Data Redis 1.5