Interface SampleBinaryKeyedCommands

All Known Implementing Classes:
JedisCluster, JedisPooled, JedisSentineled, JedisSharding, UnifiedJedis

public interface SampleBinaryKeyedCommands
  • Method Details

    • waitReplicas

      long waitReplicas(byte[] sampleKey, int replicas, long timeout)
    • waitAOF

      KeyValue<Long,Long> waitAOF(byte[] sampleKey, long numLocal, long numReplicas, long timeout)
    • eval

      Object eval(byte[] script, byte[] sampleKey)
    • evalsha

      Object evalsha(byte[] sha1, byte[] sampleKey)
    • scriptExists

      Boolean scriptExists(byte[] sha1, byte[] sampleKey)
    • scriptExists

      List<Boolean> scriptExists(byte[] sampleKey, byte[]... sha1s)
    • scriptLoad

      byte[] scriptLoad(byte[] script, byte[] sampleKey)
    • scriptFlush

      String scriptFlush(byte[] sampleKey)
    • scriptFlush

      String scriptFlush(byte[] sampleKey, FlushMode flushMode)
    • scriptKill

      String scriptKill(byte[] sampleKey)