File tree Expand file tree Collapse file tree 3 files changed +1044
-0
lines changed Expand file tree Collapse file tree 3 files changed +1044
-0
lines changed Original file line number Diff line number Diff line change 26
26
27
27
[ redis 官网] ( https://redis.io/ )
28
28
[ redis github] ( https://github.com/antirez/redis )
29
+
30
+ ### Sentinel
31
+
32
+ - [ 官方文档] ( https://redis.io/topics/sentinel ) 最全
33
+ - [ 官方文档翻译] ( http://ifeve.com/redis-sentinel/ ) 翻译,排版一般,新
34
+ - [ 官方文档翻译] ( http://redisdoc.com/topic/sentinel.html ) 翻译有段时间了,但主要部分都包含,排版好
35
+ - [ redis sentinel实战] ( https://blog.csdn.net/yanggd1987/article/details/78364667 ) 简要实战,能快速看出来是怎么回事
36
+
37
+ ### redis client
38
+
39
+ - [ spring-data-redis 官方文档 ] ( https://docs.spring.io/spring-data/redis/docs/1.8.13.RELEASE/reference/html/ )
40
+ - [ redisson 官方文档(中文,略有滞后)] ( https://github.com/redisson/redisson/wiki/%E7%9B%AE%E5%BD%95 )
41
+ - [ redisson 官方文档(英文)] ( https://github.com/redisson/redisson/wiki/Table-of-Content )
42
+ - [ CRUG | Redisson PRO vs. Jedis: Which Is Faster? 翻译] ( https://www.jianshu.com/p/82f0d5abb002 )
43
+ - [ redis分布锁Redisson性能测试] ( https://blog.csdn.net/everlasting_188/article/details/51073505 )
44
+
You can’t perform that action at this time.
0 commit comments