Interface JedisClusterConnection.JedisClusterCommandCallback<T>

Type Parameters:
T -
All Superinterfaces:
ClusterCommandExecutor.ClusterCommandCallback<redis.clients.jedis.Jedis,T>
Enclosing class:
JedisClusterConnection

protected static interface JedisClusterConnection.JedisClusterCommandCallback<T> extends ClusterCommandExecutor.ClusterCommandCallback<redis.clients.jedis.Jedis,T>
Since:
1.7
Author:
Christoph Strobl