mirror of
https://github.com/donnemartin/system-design-primer.git
synced 2025-12-14 17:08:56 +03:00
Merge f26d727230 into 3df19b2e4f
This commit is contained in:
@@ -1247,7 +1247,7 @@ def set_user(user_id, values):
|
|||||||
##### 回写模式的缺点:
|
##### 回写模式的缺点:
|
||||||
|
|
||||||
- 缓存可能在其内容成功存储之前丢失数据。
|
- 缓存可能在其内容成功存储之前丢失数据。
|
||||||
- 执行直写模式比缓存或者回写模式更复杂。
|
- 实现回写模式比缓存或者直写模式更复杂。
|
||||||
|
|
||||||
#### 刷新
|
#### 刷新
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user