Uses of Interface
org.springframework.data.redis.connection.ClusterCommandExecutor.MultiKeyClusterCommandCallback
Packages that use ClusterCommandExecutor.MultiKeyClusterCommandCallback
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
Connection package for Jedis library.
Connection package for Lettuce Redis client.
-
Uses of ClusterCommandExecutor.MultiKeyClusterCommandCallback in org.springframework.data.redis.connection
Methods in org.springframework.data.redis.connection with parameters of type ClusterCommandExecutor.MultiKeyClusterCommandCallbackModifier and TypeMethodDescription<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. -
Uses of ClusterCommandExecutor.MultiKeyClusterCommandCallback in org.springframework.data.redis.connection.jedis
Subinterfaces of ClusterCommandExecutor.MultiKeyClusterCommandCallback in org.springframework.data.redis.connection.jedisModifier and TypeInterfaceDescriptionprotected static interface
Jedis
specificClusterCommandExecutor.MultiKeyClusterCommandCallback
. -
Uses of ClusterCommandExecutor.MultiKeyClusterCommandCallback in org.springframework.data.redis.connection.lettuce
Subinterfaces of ClusterCommandExecutor.MultiKeyClusterCommandCallback in org.springframework.data.redis.connection.lettuceModifier and TypeInterfaceDescriptionprotected static interface
Lettuce specific implementation ofClusterCommandExecutor.MultiKeyClusterCommandCallback
.