Uses of Interface
org.springframework.data.redis.connection.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
Modifier 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
Modifier and TypeInterfaceDescriptionprotected static interface
Jedis
specificClusterCommandExecutor.MultiKeyClusterCommandCallback
. -
Uses of ClusterCommandExecutor.MultiKeyClusterCommandCallback in org.springframework.data.redis.connection.lettuce
Modifier and TypeInterfaceDescriptionprotected static interface
Lettuce specific implementation ofClusterCommandExecutor.MultiKeyClusterCommandCallback
.