node-redis-pubsub
node-redis-pubsub copied to clipboard
.quit hanging node on exit
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.
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?