public abstract class JedisClusterCommand<T> extends Object
| Constructor and Description |
|---|
JedisClusterCommand(JedisClusterConnectionHandler connectionHandler,
int maxAttempts) |
| Modifier and Type | Method and Description |
|---|---|
abstract T |
execute(Jedis connection) |
T |
run(int keyCount,
String... keys) |
T |
run(String key) |
T |
runBinary(byte[] key) |
T |
runBinary(int keyCount,
byte[]... keys) |
T |
runWithAnyNode() |
public JedisClusterCommand(JedisClusterConnectionHandler connectionHandler, int maxAttempts)
Copyright © 2020. All rights reserved.