Skip to content

Commit

Permalink
mysql 事务
Browse files Browse the repository at this point in the history
  • Loading branch information
itwanger committed Feb 17, 2023
1 parent e657658 commit e6ced1c
Show file tree
Hide file tree
Showing 5 changed files with 233 additions and 7 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,7 @@
## MySQL

- [如何保障MySQL和Redis的数据一致性?](docs/mysql/redis-shuju-yizhixing.md)
- [浅入深出 MySQL 中事务的实现](docs/mysql/shiwu-shixian.md)

## Redis

Expand Down
7 changes: 3 additions & 4 deletions docs/.vuepress/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -560,11 +560,10 @@ export const sidebarConfig = sidebar({
{
text: "MySQL",
collapsible: true,
prefix: "mysql/",
children: [
{
text: "MySQL和Redis数据一致性",
link: "mysql/redis-shuju-yizhixing"
},
"redis-shuju-yizhixing",
"shiwu-shixian",
],
},
{
Expand Down
1 change: 1 addition & 0 deletions docs/home.md
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,7 @@ head:
### MySQL

- [如何保障MySQL和Redis的数据一致性?](mysql/redis-shuju-yizhixing.md)
- [浅入深出 MySQL 中事务的实现](mysql/shiwu-shixian.md)

### Redis

Expand Down
6 changes: 3 additions & 3 deletions docs/mysql/redis-shuju-yizhixing.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: 如何保障MySQL和Redis的数据一致性?
shortTitle: MySQL和Redis的数据一致性
category:
- Java企业级开发
- MySQL
tag:
- MySQL
- Redis
title: 如何保障MySQL和Redis的数据一致性?
---

> 整理:沉默王二,戳[转载链接](https://mp.weixin.qq.com/s/RL4Bt_UkNcnsBGL_9w37Zg),作者:楼仔,戳[原文链接](https://mp.weixin.qq.com/s/l7v4s1VekIPNi7KZuUgwGQ)
Expand Down
Loading

0 comments on commit e6ced1c

Please sign in to comment.