【发布时间】:2019-07-04 18:04:24
【问题描述】:
我需要我的 Web API 具有缓存来存储一些数据。我一直在研究 Azure 上的缓存,可以看到微软推荐使用 Redis 缓存。
我能否使用普通服务器的内存缓存来存储只能由 Web API 访问的简单数据,或者 Redis 是我唯一的选择。 Azure 上的服务器内存是否有任何限制?
【问题讨论】:
-
您想使用什么 Azure 服务,Azure App Services 或 Azure Functions 还是其他?您想使用哪种编程语言?
-
Azure 应用服务 (Web API) 和 .NET Core
标签: azure caching azure-redis-cache