Redis的数据结构以及使用场景

redis的五种基本数据类型 字符串string 哈希hash 列表list 集合set 有序集合set 1. String应用场景 计数器 INCR article:readcount:{文章id} GET article:readcount:{文章id} Web集群session共享 spring session +redis实现session共享 分布式系统全局序列号 INCRBY orde
相关文章
相关标签/搜索