Connection refused: no further information
出现这条代码的核心是你使用redis,但是本地没有开启redis服务
如何启动redis服务
第一步:确定你安装了对应的框架
以spring为例
<dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-data-redis</artifactId> </dependency>
第二步:打开redis文件夹,找到蓝线.exe文件,双击