# springboot-redis **Repository Path**: zhuzhegithub/springboot-redis ## Basic Information - **Project Name**: springboot-redis - **Description**: springboot 整合 redis - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2018-06-15 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # springboot 整合 redis ### springboot 1.5.10.RELEASE ###简单的springboot 整合 redis ,有以下几个方法(基本可以满足小型后台应用): ##### 1.保存字符串 ##### 2.根据key获取字符串 ##### 3.保存对象 ##### 4.根据key获取对象 ##### 5.从redis中删除 ##### 6.从redis中批量删除