Spring Data Redis, part of the larger Spring Data family, provides easy configuration and access to Redis from Spring applications. It offers both low-level and high-level abstractions for interacting with the store, freeing the user from infrastructural concerns.
Spring Data Redis, part of the larger Spring Data family, provides easy configuration and access to Redis from Spring applications. It offers both low-level and high-level abstractions for interacting with the store, freeing the user from infrastructural concerns.
Features
- Abstraction across multiple Redis drivers/connectors such as Lettuce and Jedis.
- JDK, String, JSON and Spring Object/XML mapping serializers.
- Spring cache abstraction for use with Redis.
- JDK Collection implementation on top of Redis.
- Pub/Sub integration.
- Reactive and imperative APIs.
Online Resources:
Version History
- SD Redis 2.1 - Sept, 2018
- SD Redis 2.0 - Oct, 2017
- SD Redis 1.2 - Mar, 2014
- SD Redis 1.1 - Sep, 2013
- SD Redis 1.0 - Dec, 2011