With my application using Heroku Key-Value Store (which requires auth), the connection periodically seems to get closed and then my long-lived RedisConnection goes bad and no longer works. I believe this is because the auth is not happening on reconnect correctly (added in #1205). I'm working on reproducing the issue in a test. Will report back on my progress.