Hello,
I followed the tutorial in this link to connect to REDIS Memory store using the Integrations (New) option in the Cloud Run console. Behind the scenes the integration option provisions a VPC Serverless connector and deploys all resources needed for the connection. Cloud logging shows a REDIS client error as you can see in the screenshot.
This is a high priority production setup so I shall appreciate if we can receive help ASAP.
Solved! Go to Solution.
Hello @dheerajpanyam!
You can do the following troubleshooting options:
await client.connect()
Thanks @Marramirez . I will try your solution and update here.
@Marramirez It is working thanks so much. I will do more tests to see if i run into any issues hopefully this solution is production ready :). Also key is handling the redis connections (closing and opening connections) similar to DB connection pooling any best practices or documentation around it?