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

Connection stops responding #318

Open
6ixfalls opened this issue Jun 22, 2022 · 3 comments
Open

Connection stops responding #318

6ixfalls opened this issue Jun 22, 2022 · 3 comments
Labels
bug Something isn't working

Comments

@6ixfalls
Copy link

For some reason, my Redis connections randomly stop responding, even though redis.isConnected and redis.isClosed return true and false, indicating that the connection is still open. When running any commands though, such as await pipeline.flush(), the promise doesn't resolve and the command isn't executed. Running CLIENT LIST on the Redis server when the connection begins to stop responding to any requests still shows the client connected, though, after a while, the client also is removed from the CLIENT LIST output. Is this an issue on my end?

@uki00a uki00a added the bug Something isn't working label Jul 25, 2022
@laktek
Copy link

laktek commented Aug 19, 2023

I also observed a similar issue with 0.30.0. @6ixfalls curious if you had any workarounds for this?

@6ixfalls
Copy link
Author

I did not have any workarounds, the project I was using this on was scrapped so I haven't checked since this issue.

@tmikaeld
Copy link

tmikaeld commented Aug 26, 2023

Two connections doesn't work, the'll hang as soon as there's a broken pipe since it cannot re-connect.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants