You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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?
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.
The text was updated successfully, but these errors were encountered: