public interface SampleBinaryKeyedCommands
| Modifier and Type | Method and Description |
|---|---|
Object |
eval(byte[] script,
byte[] sampleKey) |
Object |
evalsha(byte[] sha1,
byte[] sampleKey) |
List<Boolean> |
scriptExists(byte[] sampleKey,
byte[]... sha1s) |
Boolean |
scriptExists(byte[] sha1,
byte[] sampleKey) |
String |
scriptFlush(byte[] sampleKey) |
String |
scriptFlush(byte[] sampleKey,
FlushMode flushMode) |
String |
scriptKill(byte[] sampleKey) |
byte[] |
scriptLoad(byte[] script,
byte[] sampleKey) |
KeyValue<Long,Long> |
waitAOF(byte[] sampleKey,
long numLocal,
long numReplicas,
long timeout) |
long |
waitReplicas(byte[] sampleKey,
int replicas,
long timeout) |
long waitReplicas(byte[] sampleKey,
int replicas,
long timeout)
KeyValue<Long,Long> waitAOF(byte[] sampleKey, long numLocal, long numReplicas, long timeout)
Object eval(byte[] script, byte[] sampleKey)
Object evalsha(byte[] sha1, byte[] sampleKey)
Boolean scriptExists(byte[] sha1, byte[] sampleKey)
byte[] scriptLoad(byte[] script,
byte[] sampleKey)
String scriptFlush(byte[] sampleKey)
String scriptKill(byte[] sampleKey)
Copyright © 2024. All rights reserved.