Skip to content

Commit b5a82e6

Browse files
authored
Update README.md
1 parent 1368a02 commit b5a82e6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

distributedLock/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
- `RedisLockTool.tryGetDistributedLock();` GET LOCK key = caller className&method value = Current Thread Id
22
- `RedisLockTool.tryGetDistributedLock(String lockKey, String requestId);` GET LOCK
33
- `RedisLockTool.tryGetDistributedLock(String lockKey, String requestId, Integer expireSecond);`
4-
- `RedisLockTool.tryGetDistributedLock(String lockKey, String requestId, Integer expireSecond, Long loopTimes, Long sleepInterval);`
4+
- `RedisLockTool.tryGetDistributedLock(String lockKey, String requestId, Integer expireSecond, Long loopTimes, Long sleepInterval);`
5+
6+
redis集群情况下推荐[RedLock](https://github.com/redisson/redisson)

0 commit comments

Comments
 (0)