接口 JedisAdaptor

所有已知实现类:
Adaptor4Jedis, Adaptor4JedisCluster

public interface JedisAdaptor
Created by davidoff shen on 2016-11-23.
  • 方法概要

    修饰符和类型
    方法
    说明
    void
     
    del(byte[] key)
     
    byte[]
    get(byte[] key)
     
    pexpire(byte[] key, long milliseconds)
     
    set(byte[] key, byte[] value)
     
  • 方法详细资料

    • del

      Long del(byte[] key)
    • pexpire

      Long pexpire(byte[] key, long milliseconds)
    • set

      String set(byte[] key, byte[] value)
    • get

      byte[] get(byte[] key)
    • close

      void close()