redis支持的数据类型

  1. String 字符串类型
  2. Hash 哈希
  3. List 列表
  4. Set 集合(集合中的元素不重复)
  5. Zset 有序集合
原文地址:https://www.cnblogs.com/zmld-cn/p/12730909.html