From 82c0c6dac4541a5d702dad3aa08908d96a80c274 Mon Sep 17 00:00:00 2001 From: santosh v bhat Date: Wed, 21 Aug 2024 11:32:23 +0530 Subject: [PATCH] Add new blog for Caching The blog covers Redis replication, CDC, dynamic TTLs and many more --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4d58f55..2ae5070 100644 --- a/README.md +++ b/README.md @@ -296,6 +296,7 @@ These are the best resources for System Design on the Internet. - [Caching](http://highscalability.com/blog/2016/1/25/design-of-a-modern-cache.html) - [Microsoft Caching Guide](https://docs.microsoft.com/en-us/previous-versions/msp-n-p/dn589802(v%3dpandp.10)) - [Caching patterns](https://hazelcast.com/blog/a-hitchhikers-guide-to-caching-patterns/) +- [Uber's Integrated Cache for 40M RPS](https://www.uber.com/en-IN/blog/how-uber-serves-over-40-million-reads-per-second-using-an-integrated-cache) ## ## Distributed consensus