Skip to content

Commit f87c7eb

Browse files
committed
update docs
1 parent e56ae6a commit f87c7eb

29 files changed

Lines changed: 469 additions & 945 deletions

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,8 @@
2222
- [Mysql 原理](docs/sql/mysql/mysql-theory.md)
2323
- :four: [Redis](docs/nosql/redis/README.md)
2424
- [Redis 快速入门](docs/nosql/redis/redis.md)
25-
- [Redis 数据类型](docs/nosql/redis/redis-data-type.md)
25+
- [Redis 持久化](docs/nosql/redis/redis-persistence.md)
2626
- [Redis 复制](docs/nosql/redis/redis-replication.md)
2727
- [Redis 哨兵](docs/nosql/redis/redis-sentinel.md)
2828
- [Redis 集群](docs/nosql/redis/redis-cluster.md)
29-
30-
## :door: 传送门
31-
32-
| [技术文档归档](https://github.com/dunwu/blog) | [数据库教程系列](https://github.com/dunwu/db-tutorial/codes) |
29+
- [Redis 运维](docs/nosql/redis/redis-ops.md)

assets/eddx/redis.eddx

22.8 KB
Binary file not shown.

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
- [Mysql 原理](sql/mysql/mysql-theory.md)
2323
- :four: Redis
2424
- [Redis 入门指南](nosql/redis/redis.md)
25-
- [Redis 数据类型](nosql/redis/redis-data-type.md)
25+
- [Redis 持久化](nosql/redis/redis-persistence.md)
2626
- [Redis 复制](nosql/redis/redis-replication.md)
2727
- [Redis 哨兵](nosql/redis/redis-sentinel.md)
2828
- [Redis 集群](nosql/redis/redis-cluster.md)
2929
- [Redis 运维](nosql/redis/redis-ops.md)
3030

3131
## 传送门
3232

33-
| [技术文档归档](https://github.com/dunwu/blog) | [数据库教程系列](https://github.com/dunwu/db-tutorial/codes) |
33+
| [我的 Github 博客](https://github.com/dunwu/blog) | [db-tutorial 首页](https://github.com/dunwu/db-tutorial) |

docs/nosql/Cassandra.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ Cassandra 的主要特点就是它不是一个数据库,而是由一堆数据
5151

5252
## :door: 传送门
5353

54-
| [技术文档归档](https://github.com/dunwu/blog) | [数据库教程系列](https://github.com/dunwu/db-tutorial/codes) |
54+
| [我的 Github 博客](https://github.com/dunwu/blog) | [db-tutorial 首页](https://github.com/dunwu/db-tutorial) |

docs/nosql/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212

1313
## :door: 传送门
1414

15-
| [技术文档归档](https://github.com/dunwu/blog) | [数据库教程系列](https://github.com/dunwu/db-tutorial/codes) |
15+
| [我的 Github 博客](https://github.com/dunwu/blog) | [db-tutorial 首页](https://github.com/dunwu/db-tutorial) |

docs/nosql/redis/README.md

Lines changed: 6 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,8 @@
1-
# Redis
1+
# Redis 教程
22

3+
- [Redis 快速入门](redis.md)
4+
- [Redis 持久化](redis-persistence.md)
35
- [Redis 复制](redis-replication.md)
4-
5-
## 命令行
6-
7-
[Redis 官方命令行字典](https://redis.io/commands)
8-
9-
## 客户端
10-
11-
它提供了多种语言的客户端,如:Python,Ruby,PHP,Java,使用方便。
12-
13-
更多内容参考:[Redis 官方列出的 Redis 客户端列表](https://redis.io/clients)
14-
15-
## 资源
16-
17-
[redis 官网](https://redis.io/)
18-
[redis github](https://github.com/antirez/redis)
19-
20-
### Sentinel
21-
22-
- [官方文档](https://redis.io/topics/sentinel) 最全
23-
- [官方文档翻译](http://ifeve.com/redis-sentinel/) 翻译,排版一般,新
24-
- [官方文档翻译](http://redisdoc.com/topic/sentinel.html) 翻译有段时间了,但主要部分都包含,排版好
25-
- [redis sentinel实战](https://blog.csdn.net/yanggd1987/article/details/78364667) 简要实战,能快速看出来是怎么回事
26-
27-
### redis client
28-
29-
- [spring-data-redis 官方文档 ](https://docs.spring.io/spring-data/redis/docs/1.8.13.RELEASE/reference/html/)
30-
- [redisson 官方文档(中文,略有滞后)](https://github.com/redisson/redisson/wiki/%E7%9B%AE%E5%BD%95)
31-
- [redisson 官方文档(英文)](https://github.com/redisson/redisson/wiki/Table-of-Content)
32-
- [CRUG | Redisson PRO vs. Jedis: Which Is Faster? 翻译](https://www.jianshu.com/p/82f0d5abb002)
33-
- [redis分布锁Redisson性能测试](https://blog.csdn.net/everlasting_188/article/details/51073505)
34-
6+
- [Redis 哨兵](redis-sentinel.md)
7+
- [Redis 集群](redis-cluster.md)
8+
- [Redis 运维](redis-ops.md)

docs/nosql/redis/Redis事件.md

Lines changed: 0 additions & 84 deletions
This file was deleted.

docs/nosql/redis/Redis事务.md

Lines changed: 0 additions & 150 deletions
This file was deleted.

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

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)