提交 e6ced1ce 编写于 作者: 沉默王二's avatar 沉默王二 💬

mysql 事务

上级 e657658c
......@@ -397,6 +397,7 @@
## MySQL
- [如何保障MySQL和Redis的数据一致性?](docs/mysql/redis-shuju-yizhixing.md)
- [浅入深出 MySQL 中事务的实现](docs/mysql/shiwu-shixian.md)
## Redis
......
......@@ -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",
],
},
{
......
......@@ -404,6 +404,7 @@ head:
### MySQL
- [如何保障MySQL和Redis的数据一致性?](mysql/redis-shuju-yizhixing.md)
- [浅入深出 MySQL 中事务的实现](mysql/shiwu-shixian.md)
### Redis
......
---
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)。
......
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册