1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-20 22:17:09 +08:00

Redis Write Through 图片修复

This commit is contained in:
guide 2021-02-01 10:04:27 +08:00
parent 1c5c9121f1
commit 9c1f032bf8
3 changed files with 2 additions and 2 deletions

View File

@ -80,7 +80,7 @@ Read/Write Through Pattern 中服务端把 cache 视为主要数据存储,从
简单画了一张图帮助大家理解写的步骤。 简单画了一张图帮助大家理解写的步骤。
![](https://img-blog.csdnimg.cn/img_convert/d4d4114af2fb7eba8936eba1deb96cd4.png) ![](https://img-blog.csdnimg.cn/20210201100340808.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L3FxXzM0MzM3Mjcy,size_16,color_FFFFFF,t_70)
**读(Read Through)** **读(Read Through)**

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 62 KiB

After

Width:  |  Height:  |  Size: 62 KiB