We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1368a02 commit b5a82e6Copy full SHA for b5a82e6
distributedLock/README.md
@@ -1,4 +1,6 @@
1
- `RedisLockTool.tryGetDistributedLock();` GET LOCK key = caller className&method value = Current Thread Id
2
- `RedisLockTool.tryGetDistributedLock(String lockKey, String requestId);` GET LOCK
3
- `RedisLockTool.tryGetDistributedLock(String lockKey, String requestId, Integer expireSecond);`
4
-- `RedisLockTool.tryGetDistributedLock(String lockKey, String requestId, Integer expireSecond, Long loopTimes, Long sleepInterval);`
+- `RedisLockTool.tryGetDistributedLock(String lockKey, String requestId, Integer expireSecond, Long loopTimes, Long sleepInterval);`
5
+
6
+redis集群情况下推荐[RedLock](https://github.com/redisson/redisson)
0 commit comments