We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
redis配置中如设定timeout,会在一段时间后主动断开message的连接 下一条消息推送时,此行报error EOF,这条消息发送失败 https://github.com/Terry-Mao/gopush-cluster/blob/master/message/redis.go#L104
老版本redis的配置中timeout默认值为300,改为0后就不会主动断开连接 不是太大的问题 希望能处理下redis断开后的重连逻辑
The text was updated successfully, but these errors were encountered:
好的,可以做一次TestOnBrorrow 的逻辑,然后处理重新连
Sorry, something went wrong.
No branches or pull requests
redis配置中如设定timeout,会在一段时间后主动断开message的连接
下一条消息推送时,此行报error EOF,这条消息发送失败
https://github.com/Terry-Mao/gopush-cluster/blob/master/message/redis.go#L104
老版本redis的配置中timeout默认值为300,改为0后就不会主动断开连接
不是太大的问题 希望能处理下redis断开后的重连逻辑
The text was updated successfully, but these errors were encountered: