We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
RedisTemplateWxRedisOps 要的锁是 ReentrantLock ,需要使用分布式锁 具体代码
public class RedisTemplateWxRedisOps implements WxRedisOps { ······ @Override public Lock getLock(String key) { return new ReentrantLock(); } }