Connect to Memorystore from Cloud Run

后端 未结 3 1949
我寻月下人不归
我寻月下人不归 2020-12-30 02:48

I want to run a service on Google Cloud Run that uses Cloud Memorystore as cache.

I created an Memorystore instance in the same region as Cloud Run and used the ex

3条回答
  •  余生分开走
    2020-12-30 03:32

    If you need something in your VPC, you can also spin up Redis on Compute Engine

    It's more costly (especially for a Cluster) than Redis Cloud - but an temp solution if you have to keep the data in your VPC.

提交回复
热议问题