robinfehr / sessionstore

Sessionstore is a node.js module for multiple databases. It can be very useful if you work with express or connect.
MIT License
54 stars 22 forks source link

Redis store does not reconnect automatically #49

Open naholyr opened 6 years ago

naholyr commented 6 years ago

This is a serious issue as the server will permanently fail to provide a valid req.session in following scenarios:

In both scnearios you have to restart node process to recover a working server.

adrai commented 6 years ago

You have 2 possibilities: