We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cecb5ad commit ba827deCopy full SHA for ba827de
数据存储/Redis.md
@@ -0,0 +1,30 @@
1
+> ### 书籍推荐
2
+
3
+**《Redis实战》**
4
5
+**《Redis设计与实现》**
6
7
+> ### 教程推荐
8
9
+**redis官方中文版教程**:[http://www.redis.net.cn/tutorial/3501.html](http://www.redis.net.cn/tutorial/3501.html)
10
11
+**Redis 教程(菜鸟教程)**:[http://www.runoob.com/redis/redis-tutorial.html](http://www.runoob.com/redis/redis-tutorial.html)
12
13
+> ### 常见问题总结
14
15
+**学完Redis之后要问自己下面几个问题:**
16
+- Redis的两种持久化操作以及如何保障数据安全(快照和AOF),
17
+- 如何防止数据出错(Redis事务),
18
+- 如何使用流水线来提升性能,
19
+- Redis主从复制,
20
+- Redis集群的搭建
21
+- Redis的几种淘汰策略
22
23
24
+**《一文轻松搞懂redis集群原理及搭建与使用》:**
25
+[https://juejin.im/post/5ad54d76f265da23970759d3](https://juejin.im/post/5ad54d76f265da23970759d3)
26
27
+**《面试中关于Redis的问题看这篇就够了》:(非常推荐)**
28
+[https://juejin.im/post/5ad6e4066fb9a028d82c4b66](https://juejin.im/post/5ad6e4066fb9a028d82c4b66)
29
30
0 commit comments