资讯

redis 属于内存缓存,是一个key-value存储系统,它支持的类型包括string(字符串)、list(链表)、set(集合)、zset(sorted set --有序集合)和hash(哈希类型)。 现在 ...