public abstract class BaseWxRedisOps extends Object implements WxRedisOps
非内置实现redis相关操作, 请实现该类
public String getValue(String key)
getValue 在接口中 WxRedisOpspublic void setValue(String key, String value, int expire, TimeUnit timeUnit)
setValue 在接口中 WxRedisOpspublic Long getExpire(String key)
getExpire 在接口中 WxRedisOpspublic void expire(String key, int expire, TimeUnit timeUnit)
expire 在接口中 WxRedisOpspublic Lock getLock(String key)
getLock 在接口中 WxRedisOpsCopyright © 2024. All rights reserved.