Uses of Class
org.springframework.data.redis.connection.ClusterCommandExecutor.NodeResult
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of ClusterCommandExecutor.NodeResult in org.springframework.data.redis.connection
Modifier and TypeMethodDescriptionClusterCommandExecutor.executeCommandOnArbitraryNode
(ClusterCommandExecutor.ClusterCommandCallback<?, T> cmd) RunClusterCommandExecutor.ClusterCommandCallback
on a random node.<S,
T> ClusterCommandExecutor.NodeResult<T> ClusterCommandExecutor.executeCommandOnSingleNode
(ClusterCommandExecutor.ClusterCommandCallback<S, T> cmd, RedisClusterNode node)