SpringBoot 配置 Redis 遇到 Connection Reset 错误
问题描述
使用 SpringBoot 3.x 配置 Redis 时,终端不断提示 Connection reset 错误,但仍能向 Redis 写入数据(乱码),读取时返回 null。代码中未添加额外

问题分析
可能原因 1: Redis 版本为 3.x。
解决方法: 升级 Redis 至 5.x 版本。
SpringBoot 配置 Redis 遇到 Connection Reset 错误
问题描述
使用 SpringBoot 3.x 配置 Redis 时,终端不断提示 Connection reset 错误,但仍能向 Redis 写入数据(乱码),读取时返回 null。代码中未添加额外

问题分析
可能原因 1: Redis 版本为 3.x。
解决方法: 升级 Redis 至 5.x 版本。