From 89e0253bc0c4932f833ee7be7c122f59fd377839 Mon Sep 17 00:00:00 2001 From: Ido Ophir Date: Mon, 7 Apr 2025 12:27:56 +0300 Subject: [PATCH] Update to a URL (#289) Updated URL for Elasticache caching strategies Co-authored-by: Ansh Saxena <92105954+anshsaxena1703@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ce7f51dc..74caf80a 100644 --- a/README.md +++ b/README.md @@ -1358,7 +1358,7 @@ Refresh-ahead can result in reduced latency vs read-through if the cache can acc * [Introduction to architecting systems for scale](http://lethain.com/introduction-to-architecting-systems-for-scale/) * [Scalability, availability, stability, patterns](http://www.slideshare.net/jboner/scalability-availability-stability-patterns/) * [Scalability](https://lecloud.tumblr.com/post/9246290032/scalability-for-dummies-part-3-cache) -* [AWS ElastiCache strategies](http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/Strategies.html) +* [AWS ElastiCache strategies](https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/Strategies.html) * [Wikipedia](https://en.wikipedia.org/wiki/Cache_(computing)) ## Asynchronism