mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-04-05 17:38:05 +08:00
🎨 #1647 优化小程序redis配置支持,去掉容易导致问题的构造方法
This commit is contained in:
parent
0adca9650d
commit
10c4d45f91
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user