Package org.springframework.data.redis
@NonNullApi
@NonNullFields
package org.springframework.data.redis
Root package for integrating Redis with Spring concepts.
Provides Redis specific exception hierarchy on top of the org.springframework.dao
package.
-
ClassDescription
ClusterRedirectException
indicates that a requested slot is not served by the targeted server but can be obtained on another one.DataAccessResourceFailureException
indicating the current local snapshot of cluster state does no longer represent the actual remote state.Potentially translates anException
into appropriateDataAccessException
.PassThroughExceptionTranslationStrategy
returns null for unknownException
s.Fatal exception thrown when the Redis connection fails completely.Exception thrown when we can't classify a Redis exception into one of Spring generic data access exceptions.DataRetrievalFailureException
thrown when following cluster redirects exceeds the max number of edges.