public class RedissonWxRedisOps extends Object implements WxRedisOps
public String getValue(String key)
getValue
在接口中 WxRedisOps
public void setValue(String key, String value, int expire, TimeUnit timeUnit)
setValue
在接口中 WxRedisOps
public Long getExpire(String key)
getExpire
在接口中 WxRedisOps
public void expire(String key, int expire, TimeUnit timeUnit)
expire
在接口中 WxRedisOps
public Lock getLock(String key)
getLock
在接口中 WxRedisOps
Copyright © 2024. All rights reserved.