Uses of Interface
org.springframework.data.redis.ExceptionTranslationStrategy
Package
Description
Root package for integrating Redis with Spring concepts.
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of ExceptionTranslationStrategy in org.springframework.data.redis
Modifier and TypeClassDescriptionclass
class
PassThroughExceptionTranslationStrategy
returns null for unknownException
s. -
Uses of ExceptionTranslationStrategy in org.springframework.data.redis.connection
ModifierConstructorDescriptionClusterCommandExecutor
(ClusterTopologyProvider topologyProvider, ClusterNodeResourceProvider resourceProvider, ExceptionTranslationStrategy exceptionTranslation) Create a new instance ofClusterCommandExecutor
.ClusterCommandExecutor
(ClusterTopologyProvider topologyProvider, ClusterNodeResourceProvider resourceProvider, ExceptionTranslationStrategy exceptionTranslation, org.springframework.core.task.AsyncTaskExecutor executor)