Redis Connection Error with Heroku Redis Instance: Redis connection to failed – read ECONNRESET heroku instance
I have a node js app. And I use Redis from Heroku Redis(with async-redis library). Actually, I have two different Heroku accounts and two different Node.js apps hosted by Heroku. But except Redis credentials, both apps are the same code.…