Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _posts/2026-08-05-cache-stampede-and-mutex-lock.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: "Cache Stampede Problem and Mutex Lock"
date: 2026-06-12 13:30:00+0700
date: 2026-08-05 10:08:00+0700
description: "Cache-aside with mutex locking is a design pattern that used to prevent database hit when cache is expired, this is known as cache stampede problem."
mermaid:
enabled: false
Expand Down
Loading