Redis

Redis学习

一、概述 存储方式:key-value 支持的数据类型:string(字符串)、list(链表)、set(集合)、zset(sorted set –有序集合)和hash(哈希类型)。 新数据类型: Bitmaps–使用二进制单位,实现...