Uses of Class
org.springframework.data.redis.connection.ClusterCommandExecutor.MultiNodeResult
Packages that use 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
Methods in org.springframework.data.redis.connection that return ClusterCommandExecutor.MultiNodeResultModifier and TypeMethodDescription<S,T> ClusterCommandExecutor.MultiNodeResult<T> ClusterCommandExecutor.executeCommandAsyncOnNodes(ClusterCommandExecutor.ClusterCommandCallback<S, T> commandCallback, Iterable<RedisClusterNode> nodes) <S,T> ClusterCommandExecutor.MultiNodeResult<T> ClusterCommandExecutor.executeCommandOnAllNodes(ClusterCommandExecutor.ClusterCommandCallback<S, T> commandCallback) RunClusterCommandExecutor.ClusterCommandCallbackon all reachable master nodes.<S,T> ClusterCommandExecutor.MultiNodeResult<T> ClusterCommandExecutor.executeMultiKeyCommand(ClusterCommandExecutor.MultiKeyClusterCommandCallback<S, T> commandCallback, Iterable<byte[]> keys) RunClusterCommandExecutor.MultiKeyClusterCommandCallbackwith on a curated set of nodes serving one or more keys.