Spring Data Redis 1.0.0.M4 API

This document is the API specification for the Spring Data project.

See:
          Description

Spring Data Redis Support
org.springframework.data.redis Root package for integrating Redis with Spring concepts.
org.springframework.data.redis.cache Package providing a Redis implementation for Spring cache abstraction.
org.springframework.data.redis.connection Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
org.springframework.data.redis.connection.jedis Connection package for Jedis library.
org.springframework.data.redis.connection.jredis Connection package for JRedis library.
org.springframework.data.redis.connection.rjc Connection package for RJC library.
org.springframework.data.redis.connection.util Internal utility package for encoding/decoding Strings to byte[] (using Base64) library.
org.springframework.data.redis.core Core package for integrating Redis with Spring concepts.
org.springframework.data.redis.core.query Query package for Redis template.
org.springframework.data.redis.hash Dedicated support package for Redis hashes.
org.springframework.data.redis.listener Base package for Redis message listener / pubsub container facility
org.springframework.data.redis.listener.adapter Message listener adapter package.
org.springframework.data.redis.serializer Serialization/Deserialization package for converting Object to (and from) binary data.
org.springframework.data.redis.support.atomic Small toolkit mirroring the java.util.atomic package in Redis.
org.springframework.data.redis.support.collections Package providing implementations for most of the java.util collections on top of Redis.

 

This document is the API specification for the Spring Data project.


If you are interested in commercial training, consultancy and support for the Spring Data Framework, SpringSource provides such commercial support.