# springboot-redis **Repository Path**: Instinctb/springboot-redis ## Basic Information - **Project Name**: springboot-redis - **Description**: springboot 整合 redis工具类 , JSON工具类 监听key的过期事件 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2018-09-21 - **Last Updated**: 2025-09-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: 懒人必备 ## README #### springboot 整合 redis ##### 1.保存字符串 ##### 2.根据key获取字符串 ##### 3.保存对象 ##### 4.根据key获取对象 ##### 5.从redis中删除 ##### 6.从redis中批量删除 ##### 7.监听redis 里的key失效事件 ##### 8.使用pipeline(管道),批量执行命令 ##### 9.JacksonUtils工具类,stringRedisTemplate、redisTemplate不可混着用 ##### 10.scan命令的使用 ##### 11.Cacheable缓存框架的使用 ##### 12.@Cacheable注解Redis时,Redis宕机或其他原因连不上,继续调用原方法的解决方案 ##### 13.集成redisson实现分布式锁(引用第三方增强包实现)--- ##### 14.redisson实现的集群环境下延迟队列 ##### 15.注解实现延时双删(基础版本) ##### 16.注解式实现限流 ##### 17.stringRedisTemplate执行lua脚本 ##### 18.接口幂等性插件的使用 ##### 19.spring状态机的使用 ##### 20.Guava Cache 实现本地缓存 ##### 21.基于 Caffeine 实现本地缓存