Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xingshaocheng authored Apr 23, 2018
1 parent 3f3663d commit 11ab986
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1747,6 +1747,10 @@ Java、Srping、Dubbo 优雅关闭方式。
* [《基于Zookeeper的分布式锁》](https://www.tuicool.com/articles/VZJr6fY)
* 清楚的原理描述 + Java 代码示例。

* [《jedisLock—redis分布式锁实现》](https://www.cnblogs.com/0201zcr/p/5942748.html)
* 基于 setnx(set if ont exists),有则返回false,否则返回true。并支持过期时间。


### 分布式一致性算法

#### PAXOS
Expand Down

0 comments on commit 11ab986

Please sign in to comment.