Skip to content

Commit de02a6e

Browse files
committed
update docs
1 parent 4043b11 commit de02a6e

23 files changed

Lines changed: 314 additions & 211 deletions

assets/eddx/redis.eddx

39.3 KB
Binary file not shown.

docs/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@
2020
- [Mysql 命令](sql/mysql/mysql-cli.md)
2121
- [Mysql 维护](sql/mysql/mysql-ops.md)
2222
- [Mysql 原理](sql/mysql/mysql-theory.md)
23-
- :four: [Redis](nosql/redis/README.md)
23+
- :four: Redis
2424
- [Redis 快速入门](nosql/redis/redis-quickstart.md)
25+
- [Redis 复制](nosql/redis/Redis复制.md)
26+
- [Redis 哨兵](nosql/redis/Redis哨兵.md)
2527

2628
## 传送门
2729

docs/coverpage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div align="center"><img width="100px" src="http://dunwu.test.upcdn.net/images/others/zp.png"/></div>
1+
<div align="center"><img width="100px" src="http://dunwu.test.upcdn.net/images/others/zp.png!zp"/></div>
22

33
# DB Tutorial
44

docs/nosql/redis/README.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,6 @@
1-
# redis 简介
1+
# Redis
22

3-
**Redis 是一个基于内存的 key- value 数据库,也可用作缓存和消息代理。**
4-
5-
它支持多种数据类型:
6-
7-
- String
8-
- Hash
9-
- List
10-
- Set
11-
- Sorted Set
12-
- Bitmap
13-
- HyperLogLog
3+
- [Redis 复制](Redis复制.md)
144

155
## 命令行
166

docs/nosql/redis/Redis事件.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Redis 事件
3-
date: 2018/06/11
3+
date: 2018-06-11
44
categories:
55
- database
66
tags:
@@ -80,5 +80,5 @@ def main():
8080
从事件处理的角度来看,服务器运行流程如下:
8181

8282
<div align="center">
83-
<img src="https://gitee.com/turnon/images/raw/master/images/database/redis/Redis事件的调度与执行.png" />
83+
<img src="http://dunwu.test.upcdn.net/images/database/redis/Redis事件的调度与执行.png!zp" />
8484
</div>

docs/nosql/redis/Redis事务.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Redis 事务
3-
date: 2018/06/11
3+
date: 2018-06-11
44
categories:
55
- database
66
tags:

docs/nosql/redis/Redis发布订阅.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Redis 发布订阅
3-
date: 2018/06/11
3+
date: 2018-06-11
44
categories:
55
- database
66
tags:

0 commit comments

Comments
 (0)