Interface LettuceClusterConnection.LettuceMultiKeyClusterCommandCallback<T>

Type Parameters:
T -
All Superinterfaces:
ClusterCommandExecutor.MultiKeyClusterCommandCallback<io.lettuce.core.cluster.api.sync.RedisClusterCommands<byte[],byte[]>,T>
Enclosing class:
LettuceClusterConnection

protected static interface LettuceClusterConnection.LettuceMultiKeyClusterCommandCallback<T> extends ClusterCommandExecutor.MultiKeyClusterCommandCallback<io.lettuce.core.cluster.api.sync.RedisClusterCommands<byte[],byte[]>,T>
Lettuce specific implementation of ClusterCommandExecutor.MultiKeyClusterCommandCallback.
Since:
1.7
Author:
Christoph Strobl