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.