Package | Description |
---|---|
org.springframework.data.redis |
Root package for integrating Redis with Spring concepts.
|
org.springframework.data.redis.connection |
Connection package providing low-level abstractions for interacting with
the various Redis 'drivers'/libraries.
|
Modifier and Type | Class and Description |
---|---|
class |
FallbackExceptionTranslationStrategy
|
class |
PassThroughExceptionTranslationStrategy
PassThroughExceptionTranslationStrategy returns null for unknown Exception s. |
Constructor and Description |
---|
ClusterCommandExecutor(ClusterTopologyProvider topologyProvider,
ClusterNodeResourceProvider resourceProvider,
ExceptionTranslationStrategy exceptionTranslation)
Create a new instance of
ClusterCommandExecutor . |
ClusterCommandExecutor(ClusterTopologyProvider topologyProvider,
ClusterNodeResourceProvider resourceProvider,
ExceptionTranslationStrategy exceptionTranslation,
AsyncTaskExecutor executor) |
Copyright © 2011-2016–2016 Pivotal Software, Inc.. All rights reserved.