Skip to content
New issue

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

Add keepalive for redis client to make the connections reliable #263

Open
NomadXD opened this issue Feb 7, 2023 · 0 comments
Open

Add keepalive for redis client to make the connections reliable #263

NomadXD opened this issue Feb 7, 2023 · 0 comments

Comments

@NomadXD
Copy link

NomadXD commented Feb 7, 2023

In a case of a sudden connection loss Redis clients are not able detect network problems, and will be listening for Pub/Sub messages on a broken TCP connection for hours, making Pub/Sub unusable.

This is a common issue in redis clients and some redis clients like lettuce are already fixed . redis/lettuce#1428

Refer to this issue for more info: redis/redis#7855

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant