1、string 字符串 存单值
2、hash 字典 存对象
3、list 列表 存链表,消息队列
4、set 集合 去重,交集,并集操作,可用于共同好友
5、sorted set 有序集合 有序集合,得分排行榜

https://www.runoob.com/w3cnote/redis-use-scene.html