通用命令

Redis数据结构及常用命令(草稿)-LMLPHP

数据类型

  • string 字符
  • list 列表
  • set 集合
  • zset 有序集合
  • hash 散列(字典中的字典)
  • bitmap 位图
  • hyperloglog

Redis数据结构及常用命令(草稿)-LMLPHP

05-08 15:50