DATAREDIS-778 - Polishing.

Mention return type change in the what's new section.

Original pull request: #338.
This commit is contained in:
Mark Paluch
2018-05-15 14:54:12 +02:00
parent 9b18499b5e
commit d49aabf358

View File

@@ -13,6 +13,7 @@ This section briefly covers items that are new and noteworthy in the latest rele
* Cluster-wide `SCAN` using Lettuce and `SCAN` execution on a selected node supported by both drivers.
* <<redis:reactive:pubsub,Reactive Pub/Sub>> to send and receive a message stream.
* `BITFIELD`, `BITPOS`, and `OBJECT` command support.
* Align return types of `BoundZSetOperations` with `ZSetOperations`.
[[new-in-2.0.0]]
== New in Spring Data Redis 2.0