Redis在Nodejs中的使用
摘要:一、Redis 的类型 值(value)可以是 字符串(String), 哈希(Map), 列表(list), 集合(sets) 和 有序集合(sorted sets)等类型。 二、Redis 字符串 (Nodejs 中用的最多) Redis 字符串数据类型的相关命令用于管理 redis 字符串值。
阅读全文
posted @ 2020-04-25 16:45
posted @ 2020-04-25 16:45
posted @ 2020-01-15 20:51
posted @ 2020-01-15 20:50
posted @ 2020-01-14 20:34
posted @ 2020-01-13 22:37