public abstract class JedisClusterCommand<T> extends Object
Constructor and Description |
---|
JedisClusterCommand(JedisClusterConnectionHandler connectionHandler,
int maxRedirections) |
Modifier and Type | Method and Description |
---|---|
abstract T |
execute(Jedis connection) |
T |
run(String key) |
public JedisClusterCommand(JedisClusterConnectionHandler connectionHandler, int maxRedirections)
Copyright © 2018. All rights reserved.