Interface ClusterCommandExecutor.ClusterCommandCallback<T,S>
- Type Parameters:
T
- native driver connectionS
-
- All Known Subinterfaces:
JedisClusterConnection.JedisClusterCommandCallback<T>
,LettuceClusterConnection.LettuceClusterCommandCallback<T>
- Enclosing class:
- ClusterCommandExecutor
public static interface ClusterCommandExecutor.ClusterCommandCallback<T,S>
Callback interface for Redis 'low level' code using the cluster client directly. To be used with
ClusterCommandExecutor
execution methods.- Since:
- 1.7
- Author:
- Christoph Strobl
-
Method Summary
-
Method Details
-
doInCluster
-