Skip to content

Commit

Permalink
fix(redis): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yanglbme committed Nov 19, 2018
1 parent 0f20c3b commit d1c864a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/high-concurrency/why-cache.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ mysql 这么重的数据库,压根儿设计不是让你玩儿高并发的,
### 用了缓存之后会有什么不良后果?
常见的缓存问题有以下几个:
- [缓存与数据库双写不一致](/docs/hight-concurrency/redis-consistence.md)
- [缓存与数据库双写不一致](/docs/high-concurrency/redis-consistence.md)
- [缓存雪崩、缓存穿透](/docs/high-concurrency/redis-caching-avalanche-and-caching-penetration.md)
- [缓存并发竞争](/docs/high-concurrency/redis-cas.md)

Expand Down

0 comments on commit d1c864a

Please sign in to comment.