From f0c58f56f2302af2bc64282ae0a8743cad096bfb Mon Sep 17 00:00:00 2001 From: binhnguyennus Date: Sat, 13 Jan 2018 00:38:02 +0800 Subject: [PATCH] Add sth --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 071e5cf..4018363 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,7 @@ Contributions are always welcome! * [Write-behind and Write-through](https://docs.oracle.com/cd/E15357_01/coh.360/e15723/cache_rtwtwbra.htm#COHDG5177) * [Eviction Policies](http://highscalability.com/blog/2016/1/25/design-of-a-modern-cache.html) * [Peer-To-Peer Caching](https://en.wikipedia.org/wiki/P2P_caching) + * [Distributed Caching at Netflix with EVCache](https://medium.com/netflix-techblog/caching-for-a-global-netflix-7bcc457012f1) * [Distributed Logging & Tracing](https://blog.treasuredata.com/blog/2016/08/03/distributed-logging-architecture-in-the-container-era/) * [Building DistributedLog at Twitter: High-performance replicated log service](https://blog.twitter.com/engineering/en_us/topics/infrastructure/2015/building-distributedlog-twitter-s-high-performance-replicated-log-servic.html) * [Distributed tracing at Pinterest with Pintrace](https://medium.com/@Pinterest_Engineering/distributed-tracing-at-pinterest-with-new-open-source-tools-a4f8a5562f6b)