梳理知识
首先知道Redis的5大value类型: string,list,hash, set ,zset 2.基本上是缓存 3.为的是服务无状态, 4.无锁化
1.无论什么版本,工作线程就一个 2.6.x高版本出现IO多线程