Package org.springframework.data.redis

Root package for integrating Redis with Spring concepts.

See:
          Description

Exception Summary
RedisConnectionFailureException Fatal exception thrown when the Redis connection fails completely.
RedisSystemException Exception thrown when we can't classify a Redis exception into one of Spring generic data access exceptions.
 

Package org.springframework.data.redis Description

Root package for integrating Redis with Spring concepts.

Provides Redis specific exception hierarchy on top of the org.springframework.dao package.