mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-10-30 01:58:23 +08:00
🎨 #1647 优化小程序redis配置支持,去掉容易导致问题的构造方法
This commit is contained in:
@ -21,10 +21,6 @@ public class WxMaRedisBetterConfigImpl extends WxMaDefaultConfigImpl {
|
||||
private volatile String accessTokenKey;
|
||||
private volatile String lockKey;
|
||||
|
||||
public WxMaRedisBetterConfigImpl(JedisPool jedisPool) {
|
||||
this(new JedisWxRedisOps(jedisPool), "wa");
|
||||
}
|
||||
|
||||
public WxMaRedisBetterConfigImpl(WxRedisOps redisOps, String keyPrefix) {
|
||||
this.redisOps = redisOps;
|
||||
this.keyPrefix = keyPrefix;
|
||||
|
||||
Reference in New Issue
Block a user