-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Disconnecting from Cluster while waiting for all pending commands #315
Comments
Hmm...Currently I've not tried but setting Seems we can add a |
That would be awesome 👍 |
hey @luin, any chance to get this implemented? |
A little busy these two weeks. I'll revisit this issue this weekend. 🚴 |
Hi,
Is it possible today to disconnect (or quit) a Redis Cluster while waiting for all pending commands to finish?
I know that i can do
redis.quit()
on a single instance, but what about Cluster?Should i just do
cluster.nodes()
and runredis.quit()
on each?I tried that but the cluster keeps reconnecting. Should it somehow detect that we called
.quit()
and not try to reconnect?The text was updated successfully, but these errors were encountered: