Hi,
We have a product that is hosted on the Google cloud platform which uses the Redis database that is running in a VM on google cloud also.
I have some integration tests, now I want to start the Redis server at the certain host in bitbucket pipelines so that I can run tests successfully.
I followed this and this guide , to start redis at specified host but it is giving me this error :
Could not connect to Redis at 130.211.226.29:6379: Connection timed out
Replace 130.211.226.29 with localhost.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.