go-redis: dial tcp: lookup i/o timeout
go-redis does not recover after being idle and I am not sure how to configure it to automatically reconnect and retry. When my service tries to execute a redis command after being idle, it fails the first time. However, subsequent…