Spring Data Key-Value

Package org.springframework.data.keyvalue.redis

Root package for integrating Redis with Spring concepts.

See:
          Description

Exception Summary
RedisConnectionFailureException Fatal exception thrown when the Redis connection fails completely.
SubscribedRedisConnectionException Exception thrown when issuing commands on a connection that is subscribed and waiting for events.
UncategorizedRedisException Exception thrown when we can't classify a Redis exception into one of Spring generic data access exceptions.
 

Package org.springframework.data.keyvalue.redis Description

Root package for integrating Redis with Spring concepts.

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


Spring Data Key-Value

Copyright © 2010-2011 SpringSource. All Rights Reserved.