Interface ClusterCommandExecutor.MultiKeyClusterCommandCallback<T,S>
- Type Parameters:
T
- native driver connectionS
-
- All Known Subinterfaces:
JedisClusterConnection.JedisMultiKeyClusterCommandCallback<T>
,LettuceClusterConnection.LettuceMultiKeyClusterCommandCallback<T>
- Enclosing class:
ClusterCommandExecutor
public static interface ClusterCommandExecutor.MultiKeyClusterCommandCallback<T,S>
Callback interface for Redis 'low level' code using the cluster client to execute multi key commands.
- Since:
- 1.7
- Author:
- Christoph Strobl
-
Method Summary
-
Method Details
-
doInCluster
-