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

.quit hanging node on exit #39

Open
andrewcharnley opened this issue Apr 3, 2017 · 1 comment
Open

.quit hanging node on exit #39

andrewcharnley opened this issue Apr 3, 2017 · 1 comment

Comments

@andrewcharnley
Copy link

I can see that this is calling quit on the redis library. I believe you also want to call .unref() on the connections, see npm redis module doc, in order to allow node to close.

Presently only .end() works.

@RangerMauve
Copy link
Collaborator

Weird, invoking .quit should close the connection according to the node_redis docs. How are you creating the connection in your case? What version of node-redis-pubsub are you using and what version of node_redis do you have installed with it?

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

2 participants