io.lettuce.core.protocol.ConnectionWatchdog - Reconnecting, last destination was ***

1、问题 redis起来后一直有重连的日志,以下图:html 2、分析 参考lettuce-core的github上Issues解答https://github.com/lettuce-io/lettuce-core/issues/861git 可知,这是lettuce-core的实现里,有相似心跳机制的保持长链接方式,不过心跳机制是不停的来回发心跳包直到链接不可用再去被动从新链接,而lettuc
相关文章
相关标签/搜索