摘要: Redis 字符串(String) Redis 哈希(Hash) Redis hash 是一个string类型的field和value的映射表,hash特别适合用于存储对象。 Redis 列表(List) 正常的列表,任意存取 Redis 集合(Set) 集合成员是唯一的,这就意味着集合中不能出现重 阅读全文
posted @ 2017-09-13 14:45 Perfectionist 阅读(226) 评论(0) 推荐(0)