We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RedisTemplateWxRedisOps 要的锁是 ReentrantLock ,需要使用分布式锁 具体代码
public class RedisTemplateWxRedisOps implements WxRedisOps { ······ @Override public Lock getLock(String key) { return new ReentrantLock(); } }
The text was updated successfully, but these errors were encountered:
这边后续会实现一个基于RedisTemplate的分布式锁
Sorry, something went wrong.
🎨 #1592 实现简单的redis分布式锁 RedisTemplateSimpleDistributedLock
2446fa6
lkqm
No branches or pull requests
RedisTemplateWxRedisOps 要的锁是 ReentrantLock ,需要使用分布式锁
具体代码
The text was updated successfully, but these errors were encountered: