# redis-spring-boot-starter **Repository Path**: dongdong52100/redis-spring-boot-starter ## Basic Information - **Project Name**: redis-spring-boot-starter - **Description**: 整合RedisTemplate与StringRedisTemplate,提供更友好更完善的API,更方便的调用,支持Jedis、Lettuce、Redisson等主流客户端,并且在非集群模式下支持分片操作 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 83 - **Created**: 2021-06-08 - **Last Updated**: 2021-06-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # redis-spring-boot-starter
#### 介绍 整合RedisTemplate与StringRedisTemplate,开箱即用,提供更友好更完善的API,更方便的调用,支持Jedis、Lettuce、Redisson等主流客户端,并且在非集群模式下支持分片操作 #### 软件架构 依赖spring-boot-starter-data-redis #### 当前版本 *2.2.0* (已提交中央仓库) 注:Stream API需使用 spring-boot **2.2.0及以上版本** #### 安装教程 ``` mvn clean install ``` #### 文档地址 https://apidoc.gitee.com/xsxgit/redis-spring-boot-starter #### 使用说明 ##### 一、准备工作 1. 添加依赖: ```