public abstract class JedisClusterCommand<T>
extends java.lang.Object
| 构造器和说明 |
|---|
JedisClusterCommand(JedisClusterConnectionHandler connectionHandler,
int maxAttempts) |
JedisClusterCommand(JedisClusterConnectionHandler connectionHandler,
int maxAttempts,
java.time.Duration maxTotalRetriesDuration) |
public JedisClusterCommand(JedisClusterConnectionHandler connectionHandler, int maxAttempts)
public JedisClusterCommand(JedisClusterConnectionHandler connectionHandler, int maxAttempts, java.time.Duration maxTotalRetriesDuration)
connectionHandler - maxAttempts - maxTotalRetriesDuration - No more attempts after we have been trying for this long.