远程主机强迫关闭了一个现有的连接。Reconnected to 127.0.0.1:6379 Reconnecting, last destination was /127.0.0.1:6379 远程主机强迫关闭了一个现有的连接。Reconnected to 127.0.0.1:6379 Reconnecting, last destination was /127.0.0.1:6379_述清-架构师之路的博客-CSDN博客 分类: 运维 标签: 运维 好文要顶 ...
springboot version: 2.3.2.RELEASE lettuce-core version: 5.3.2.RELEASE redis-server version: 5.0.14 when I use lettuce as spring-data-redis pool,Log always printing,I want to know how to deal with this,The details are as follows
Steps to reproduce or test case public class BlockingOperationTest { public static void main(String[] args) throws InterruptedException { Config config = new Config(); config.setCodec(StringCodec.INSTANCE).useSingleServer().setAddress("redis://localhost:6379") .setPingConnectionInterval(1000) .set...