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