-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
XiangcongMeng
committed
Jun 29, 2024
1 parent
c3f853f
commit 78c524d
Showing
2 changed files
with
178 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
title: 一些技术问题的另类观点(待填坑) | ||
date: 2024-06-29 23:03:22 | ||
tags: [Java, 缓存, 分布式系统, 八股文] | ||
categories: [奇奇怪怪的思考] | ||
--- | ||
|
||
**或许你听说过延迟双删吗?**![服务端缓存之redis入门 - 知乎](https://s2.loli.net/2024/06/29/fBaVhUbizqd9kOm.jpg) | ||
|
||
<!-- more --> | ||
|
||
## 数据库缓存一致性如何保证? | ||
|
||
|
||
|
||
## 在网关做熔断? | ||
|
||
|
||
|
||
## Redis 事务?数据库事务?原子性?Java `sychronized` 原子性? | ||
|
||
|
||
|
||
## Redis 大 Key 问题? |