Google 云 - 用于管理队列的 Redis 替代方案?
Google Cloud - Redis Alternative for managing Queues?
我正在寻找一个 Google 基于云的解决方案,它可以提供一种快速安全的方式来从多个 threads/processes.
中弹出或填充队列
基本上,我有一个独特项目的列表,我需要一个低延迟的解决方案来 select 一个项目从它只向用户发送一次(每当用户请求一个)。
像 Redis List/pop 这样的模式是完美的,但我愿意接受任何其他可以达到相同结果的解决方案。
实现这一目标的规范方法是,或即将成为,Google自己的 Cloud Memorystore:https://cloud.google.com/memorystore/
Cloud Memorystore for Redis provides a fully managed in-memory data store service built on scalable, more secure, and highly available infrastructure managed by Google.
我正在寻找一个 Google 基于云的解决方案,它可以提供一种快速安全的方式来从多个 threads/processes.
中弹出或填充队列基本上,我有一个独特项目的列表,我需要一个低延迟的解决方案来 select 一个项目从它只向用户发送一次(每当用户请求一个)。
像 Redis List/pop 这样的模式是完美的,但我愿意接受任何其他可以达到相同结果的解决方案。
实现这一目标的规范方法是,或即将成为,Google自己的 Cloud Memorystore:https://cloud.google.com/memorystore/
Cloud Memorystore for Redis provides a fully managed in-memory data store service built on scalable, more secure, and highly available infrastructure managed by Google.