mirror of
				https://gitee.com/binary/weixin-java-tools.git
				synced 2025-10-31 10:38:42 +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 accessTokenKey; | ||||||
|   private volatile String lockKey; |   private volatile String lockKey; | ||||||
|  |  | ||||||
|   public WxMaRedisBetterConfigImpl(JedisPool jedisPool) { |  | ||||||
|     this(new JedisWxRedisOps(jedisPool), "wa"); |  | ||||||
|   } |  | ||||||
|  |  | ||||||
|   public WxMaRedisBetterConfigImpl(WxRedisOps redisOps, String keyPrefix) { |   public WxMaRedisBetterConfigImpl(WxRedisOps redisOps, String keyPrefix) { | ||||||
|     this.redisOps = redisOps; |     this.redisOps = redisOps; | ||||||
|     this.keyPrefix = keyPrefix; |     this.keyPrefix = keyPrefix; | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user
	 Binary Wang
					Binary Wang