导航

Redis数据类型有哪些

Posted on 2020-12-10 20:10  sealong  阅读(59)  评论(0)    收藏  举报

、String(字符串) b、Hash(hash表) c、List(链表)
d、Set(集合)
e、SortedSet(有序集合zset)