Redis connection getting fall

Hi there,

Thanks for reaching out.

The error shared above shows the Redis client is trying to connect to 127.0.0.1, Redis will be running on its own instance and not localhost.

You’ll need to ensure your app is configured to use the connection string provided by the Redis service, more on this here: Connecting to Your Redis From Services on Render

Kind regards

Alan