Redis最为常用的7种数据类型:
String(字符串)
Hash(哈希)
List(列表)
Set(集合)
Sorted Set(有序集合)
pub/sub(发布/订阅)
transactions(事务)