Interface ClusterCommandExecutor.MultiKeyClusterCommandCallback<T,S>

Type Parameters:
T - native driver connection
S -
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.
Author:
Christoph Strobl
  • Method Summary

    Modifier and Type
    Method
    Description
    doInCluster(T client, byte[] key)
     
  • Method Details

    • doInCluster

      S doInCluster(T client, byte[] key)