Skip to content

数据库

这里整理 MySQL、Redis、MongoDB 等数据库的学习笔记。

学习顺序

  1. MySQL
  2. Redis
  3. MongoDB

笔记列表

  • MySQL - 关系型数据库,索引、事务、锁
  • Redis - 缓存数据库,数据结构、持久化
  • MongoDB - 文档数据库,灵活 Schema

Released under the MIT License.