# spring-boot-redis **Repository Path**: xianhenyuan/springboot-redis ## Basic Information - **Project Name**: spring-boot-redis - **Description**: springboot整合redis。 解决出现的key和value乱码的问题:\xAC\xED\x00\x05t\x00\x16testdemo11111111111111。 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2018-06-28 - **Last Updated**: 2022-03-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # spring-boot-redis #### 项目介绍 springboot整合redis。 解决出现的key和value乱码的问题:\xAC\xED\x00\x05t\x00\x16testdemo11111111111111。 #### 使用说明 1. 代码down到本地,修改 application.properties 文件相关配置,即可运行。 2. 访问 127.0.0.1:9766/test,然后在 redis 客户端执行命令 keys * 就可看到效果。 3. thanks~