asp.net - 适用于 .NET 应用程序的 Redis 3.0

标签 asp.net redis in-memory distributed-cache

<分区>

我可以将 Redis 3.0 用于我的 ASP.NET 网站吗? Redis 3.0 作为 Linux 上的分布式缓存和我在 ASP.NET 4.5 中的网站,这有意义吗?

最佳答案

您绝对可以做到这一点,事实上,在 Windows Azure 中,Microsoft recommends using Redis作为分布式缓存层,他们的交 key Redis 实例现在正在运行 Redis 3.0。

你会想看看 StackExchange.RedisServiceStack.Redis .两者都是出色的 .NET Redis 库,可通过 NuGet 使用。正如下面的评论中所指出的(感谢 thepirat000),ServiceStack 是每小时超过 6,000 个 Redis 请求的付费库,而 StackExchange 库是在 MIT 许可下发布的。

关于asp.net - 适用于 .NET 应用程序的 Redis 3.0,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32703284/

相关文章:

Session_End 事件中 Session 变量的 asp.net 值

apache-kafka - Spark Streaming scala 性能极慢

redis - psubscribe with '*' 模式是个坏主意?

asp.net-mvc - ASP.NET MVC 3 内存中数据存储

c# - 在 .Net 中缓存大量数据是否可以接受?

.net - 在 ASP.NET 中,如何通过一个表单提交在客户端(javascript)和服务器端处理数据?

.net - ASP.Net 网站管理工具链接

asp.net - NET API 中的 Azure Redis 超时

c++ - 将内存数据库保存到磁盘

rdd - SPARK 内存计算