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

通用命令

数据类型

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

猜你喜欢

转载自www.cnblogs.com/lianstyle/p/11242037.html