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 TypeMethodDescriptionClusterCommandExecutor.executeCommandAsyncOnNodes(ClusterCommandExecutor.ClusterCommandCallback<S, T> commandCallback, Iterable<RedisClusterNode> nodes) ClusterCommandExecutor.executeCommandOnAllNodes(ClusterCommandExecutor.ClusterCommandCallback<S, T> commandCallback) RunClusterCommandExecutor.ClusterCommandCallbackon all reachable master nodes.ClusterCommandExecutor.executeMultiKeyCommand(ClusterCommandExecutor.MultiKeyClusterCommandCallback<S, T> commandCallback, Iterable<byte[]> keys) RunClusterCommandExecutor.MultiKeyClusterCommandCallbackwith on a curated set of nodes serving one or more keys.