Package redis.clients.jedis.commands
Interface SampleBinaryKeyedCommands
- All Known Implementing Classes:
JedisCluster,JedisPooled,JedisSentineled,JedisSharding,UnifiedJedis
public interface SampleBinaryKeyedCommands
-
Method Summary
Modifier and TypeMethodDescriptioneval(byte[] script, byte[] sampleKey) evalsha(byte[] sha1, byte[] sampleKey) scriptExists(byte[] sha1, byte[] sampleKey) scriptExists(byte[] sampleKey, byte[]... sha1s) scriptFlush(byte[] sampleKey) scriptFlush(byte[] sampleKey, FlushMode flushMode) scriptKill(byte[] sampleKey) byte[]scriptLoad(byte[] script, byte[] sampleKey) waitAOF(byte[] sampleKey, long numLocal, long numReplicas, long timeout) longwaitReplicas(byte[] sampleKey, int replicas, long timeout)
-
Method Details
-
waitReplicas
long waitReplicas(byte[] sampleKey, int replicas, long timeout) -
waitAOF
-
eval
-
evalsha
-
scriptExists
-
scriptExists
-
scriptLoad
byte[] scriptLoad(byte[] script, byte[] sampleKey) -
scriptFlush
-
scriptFlush
-
scriptKill
-