摘要:
[TOC] Redis 是一个开源(BSD许可)的,内存中的数据结构存储系统,它可以用作数据库、缓存和消息中间件。 它支持多种类型的数据结构,如 字符串(strings), 散列(hashes), 列表(lists), 集合(sets), 有序集合(sorted sets) 与范围查询, bitma 阅读全文
posted @ 2020-02-18 16:49
紫月冰凌
阅读(266)
评论(0)
推荐(0)
摘要:
文章目录1.字符串(String)1.字符串... 阅读全文
posted @ 2020-02-18 16:41
紫月冰凌
阅读(148)
评论(0)
推荐(0)