FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix(redis): fix typo · JavaAIer/advanced-java@d1c864a · GitHub

Commit d1c864a

Browse files
committed
fix(redis): fix typo
1 parent 0f20c3b commit d1c864a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎docs/high-concurrency/why-cache.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ mysql 这么重的数据库,压根儿设计不是让你玩儿高并发的,
3232
3333
### 用了缓存之后会有什么不良后果?
3434
常见的缓存问题有以下几个:
35-
- [缓存与数据库双写不一致](/docs/hight-concurrency/redis-consistence.md)
35+
- [缓存与数据库双写不一致](/docs/high-concurrency/redis-consistence.md)
3636
- [缓存雪崩、缓存穿透](/docs/high-concurrency/redis-caching-avalanche-and-caching-penetration.md)
3737
- [缓存并发竞争](/docs/high-concurrency/redis-cas.md)
3838

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL