Skip to content

Commit 10f8553

Browse files
committed
DATAREDIS-562 - Polishing.
Move BitfieldCommand to top-level type BitFieldSubCommands. Use primitives in command objects. Add toString methods. Add utility methods to extract responses from Jedis Client. Use Connection.execute(…) to invoke BITFIELD using Jedis. Fix Overflow values to string rendering. Convert test ticket references to new format. Original pull request: #227.
1 parent 41db6a1 commit 10f8553

25 files changed

+912
-1018
lines changed

src/main/asciidoc/new-features.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ New and noteworthy in the latest releases.
1212
* `@TypeAlias` Support for Redis repositories.
1313
* Cluster-wide `SCAN` using Lettuce and `SCAN` execution on a selected node supported by both drivers.
1414
* <<redis:reactive:pubsub,Reactive Pub/Sub>> to send and receive a message stream.
15+
* `BITFIELD`, `BITPOS`, and `OBJECT` command support.
1516

1617
[[new-in-2.0.0]]
1718
== New in Spring Data Redis 2.0

0 commit comments

Comments
 (0)