Uses of Class
org.springframework.data.redis.connection.ClusterCommandExecutor.MultiNodeResult
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of ClusterCommandExecutor.MultiNodeResult in org.springframework.data.redis.connection
Modifier and TypeMethodDescription<S,
T> ClusterCommandExecutor.MultiNodeResult<T> ClusterCommandExecutor.executeCommandAsyncOnNodes
(ClusterCommandExecutor.ClusterCommandCallback<S, T> callback, Iterable<RedisClusterNode> nodes) <S,
T> ClusterCommandExecutor.MultiNodeResult<T> ClusterCommandExecutor.executeCommandOnAllNodes
(ClusterCommandExecutor.ClusterCommandCallback<S, T> cmd) RunClusterCommandExecutor.ClusterCommandCallback
on all reachable master nodes.<S,
T> ClusterCommandExecutor.MultiNodeResult<T> ClusterCommandExecutor.executeMultiKeyCommand
(ClusterCommandExecutor.MultiKeyClusterCommandCallback<S, T> cmd, Iterable<byte[]> keys) RunClusterCommandExecutor.MultiKeyClusterCommandCallback
with on a curated set of nodes serving one or more keys.