pull/629/merge
WingStone 2024-12-02 18:06:22 +00:00 committed by GitHub
commit bf42c05303
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1247,7 +1247,7 @@ def set_user(user_id, values):
##### 回写模式的缺点:
- 缓存可能在其内容成功存储之前丢失数据。
- 执行直写模式比缓存或者回写模式更复杂。
- 实现回写模式比实现缓存模式或直写模式更复杂。
#### 刷新