From e76741c1d00d42145c52ff1893f49c86cb7076aa Mon Sep 17 00:00:00 2001 From: Ashish Pratap Singh Date: Sun, 25 Aug 2024 20:11:55 -0700 Subject: [PATCH] Update caching article --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7503a02..ebac7f4 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ This repository contains resources to learn System Design concepts and prepare f - [Databases Types](https://blog.algomaster.io/p/15-types-of-databases) - [Content Delivery Network (CDN)](https://blog.algomaster.io/p/27c62e07-f25b-40ac-a397-101cc54f1f0a) - [Domain Name System (DNS)](https://www.cloudflare.com/learning/dns/what-is-dns/) -- [Caching](https://medium.com/must-know-computer-science/system-design-caching-acbd1b02ca01) +- [Caching](https://blog.algomaster.io/p/4d7d6f8a-6803-4c7b-85ca-864c87c2cbf2) - [Distributed Caching](https://redis.com/glossary/distributed-caching/) - [Load Balancing](https://blog.algomaster.io/p/load-balancing-algorithms-explained-with-code) - [SQL vs NoSQL](https://blog.algomaster.io/p/5310f615-f6cc-46f4-8890-09fc82a04b7e)