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