New in Spring Data Redis 2.1
-
Unix domain socket connections using Lettuce.
-
Write to Master, read from Replica support using Lettuce.
-
Query by Example integration.
-
@TypeAliasSupport for Redis repositories. -
Cluster-wide
SCANusing Lettuce andSCANexecution on a selected node supported by both drivers. -
Reactive Pub/Sub to send and receive a message stream.
-
BITFIELD,BITPOS, andOBJECTcommand support. -
Align return types of
BoundZSetOperationswithZSetOperations. -
Reactive
SCAN,HSCAN,SSCAN, andZSCANsupport. -
Usage of
IsTrueandIsFalsekeywords in repository query methods.