DATAREDIS-424 - Update Reference Documentation.

Updated what’s new section in reference documentation.
Remove outdated version from readme.
Update project team twitter handle on readme.
This commit is contained in:
Christoph Strobl
2015-08-28 08:47:15 +02:00
parent 74ea61c51c
commit 4e7ccc96fe
2 changed files with 10 additions and 4 deletions

View File

@@ -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