随笔分类 - 工具类
摘要:public interface ResultCode { public static Integer SUCCESS = 20000; public static Integer ERROR = 20001; } @Data public class Result { @ApiModelPrope
阅读全文
摘要:Redis支持五种数据类型:string(字符串),hash(哈希),list(列表),set(集合)及zset(sorted set:有序集合)。 1. String类型(一个键最大存储512M) 应用场景 计数器(incr、incrby、decr、decrby属于string数据结构,它们是原子
阅读全文

浙公网安备 33010602011771号