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> commandCallback, Iterable<byte[]> keys) RunClusterCommandExecutor.MultiKeyClusterCommandCallbackwith 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 interfaceJedisspecificClusterCommandExecutor.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 interfaceLettuce specific implementation ofClusterCommandExecutor.MultiKeyClusterCommandCallback.