Redis基本类型

Redis支持五种数据类型:string(字符串),hash(哈希),list(列表),set(集合)以及sorted set(有序集合)
1.String(字符串)
string是一个key对应一个value
Redis基本数据类型以及操作

相关文章: