Spring Data Redis 1.5.2.RELEASE API

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

See: Description

Spring Data Redis Support 
Package Description
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.convert  
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.lettuce
Connection package for Lettuce Redis client.
org.springframework.data.redis.connection.srp
Connection package for spullara Redis Protocol 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.core.script  
org.springframework.data.redis.core.types  
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.