Skip to content

Commit

Permalink
🎨 #1647 优化小程序redis配置支持,去掉容易导致问题的构造方法
Browse files Browse the repository at this point in the history
  • Loading branch information
binarywang committed Jul 7, 2020
1 parent 0adca96 commit 10c4d45
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 10c4d45

Please sign in to comment.