Skip to content

Commit e598515

Browse files
committed
Redis底层源码与分布式锁
1 parent 16eb4ba commit e598515

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,18 @@
214214

215215
## Redis
216216

217+
[合集](http://wiki.jikexueyuan.com/project/redis/)
218+
219+
#### 底层源码解析
220+
221+
+ [Redis源码解析](https://redissrc.readthedocs.io/en/latest/index.html)
222+
223+
#### 分布式锁
224+
225+
+ [点我达技术:Redis分布式锁进化史](http://tech.dianwoda.com/2018/04/11/redisfen-bu-shi-suo-jin-hua-shi/)
226+
227+
#### 缓存
228+
217229
+ [美团技术团队:缓存那些事](https://tech.meituan.com/cache_about.html)
218230

219231

@@ -298,6 +310,7 @@
298310
#### Java异常
299311

300312
+ [Java 异常处理](http://www.runoob.com/java/java-exceptions.html)
313+
+ [throw和throws有什么区别?](https://www.nowcoder.com/questionTerminal/b769424fb8bf49d9bff97353c75d6f06)
301314
+ [Java 中的异常和处理详解](http://www.importnew.com/26613.html)
302315
+ [知乎:如何优雅地处理异常?](https://www.zhihu.com/question/28254987)
303316

@@ -596,6 +609,7 @@
596609
+ [CAP 定理的含义](http://www.ruanyifeng.com/blog/2018/07/cap.html)
597610
+ **分布式事务**
598611
+ [事务相关基础知识](http://www.hollischuang.com/archives/tag/%E4%BA%8B%E5%8A%A1)
612+
+ [分布式事务](http://tech.dianwoda.com/2018/09/27/fen-bu-shi-shi-wu/)
599613
+ [IBM developerWorks : JTA 深度历险 - 原理与实现](https://www.ibm.com/developerworks/cn/java/j-lo-jta/index.html)
600614
+ **happens-before**
601615
+ 论文:[Time, Clocks, and the Ordering of Events in a Distributed System](https://lamport.azurewebsites.net/pubs/time-clocks.pdf)

0 commit comments

Comments
 (0)