redis.clients.jedis
Class JedisClusterCommand<T>

java.lang.Object
  extended by redis.clients.jedis.JedisClusterCommand<T>

public abstract class JedisClusterCommand<T>
extends Object


Constructor Summary
JedisClusterCommand(JedisClusterConnectionHandler connectionHandler, int timeout, int maxRedirections)
           
 
Method Summary
abstract  T execute(Jedis connection)
           
 T run(String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JedisClusterCommand

public JedisClusterCommand(JedisClusterConnectionHandler connectionHandler,
                           int timeout,
                           int maxRedirections)
Method Detail

execute

public abstract T execute(Jedis connection)

run

public T run(String key)


Copyright © 2014. All rights reserved.