redis订阅关闭异常解决
Posted senlinyang
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了redis订阅关闭异常解决相关的知识,希望对你有一定的参考价值。
redis订阅关闭异常解决
应用程序模块订阅redis运行一段时间出现一直重连Redis服务,日志如下:
2019-04-28 10:06:17,551 ERROR org.springframework.data.redis.listener.RedisMessageListenerContainer - Connection failure occurred. Restarting subscrip
tion task after 5000 ms
解决方案
redis.conf配置文件,把下面的值调大即可
client-output-buffer-limit pubsub 32mb 8mb 60 # Redis订阅客户端订阅buffer超过32M或持续60秒超过8M,订阅立即被关闭!
以上是关于redis订阅关闭异常解决的主要内容,如果未能解决你的问题,请参考以下文章