Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make the Redis connection more robust
When Redis resets the connection, the ECONNRESET error cause the nodejs server to exit. Capture and log it so that the server lives on. It will reconnect, and perhaps we'll learn that different errors require different handling after enough logging.
- Loading branch information