【发布时间】:2021-04-04 09:26:15
【问题描述】:
从document开始,支持storage、pub/sub、firestore等。但是没找到是否支持cloud memorystore。
如果一个数据已经存入memorystore,要运行什么函数,怎么办?
【问题讨论】:
标签: google-cloud-platform triggers google-cloud-functions google-cloud-run google-cloud-memorystore
从document开始,支持storage、pub/sub、firestore等。但是没找到是否支持cloud memorystore。
如果一个数据已经存入memorystore,要运行什么函数,怎么办?
【问题讨论】:
标签: google-cloud-platform triggers google-cloud-functions google-cloud-run google-cloud-memorystore
没有。查看list of triggers offered by Cloud Functions,可以看到Memorystore 什么都没有。 Cloud Run 也没有提供任何东西,它尚未公开支持触发器(pubsub 除外)。
【讨论】: