redis总结(java连接redis会遇到的坑)
避免踩坑:1、boot项目需要使用 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-redis</artifactId> </dependency>2、