简体   繁体   English

如何在ASP.NET Core 1.0中将Redis用作消息队列?

[英]How to use redis as message queue in asp.net core 1.0?

How to use Redis as message queue in asp.net core 1.0? 在ASP.NET Core 1.0中如何使用Redis作为消息队列? How to connecting Redis in asp.net core 1.0? 如何在asp.net core 1.0中连接Redis?

The package Microsoft.Extensions.Caching.Redis allows you to work with Redis cache, but this package currently does NOT support running on .NET Core. 软件包Microsoft.Extensions.Caching.Redis允许您使用Redis缓存,但是此软件包当前不支持在.NET Core上运行。 This is because this package relies on StackExchange.Redis.StrongName package which does not have a release version of package supporting .NET Core. 这是因为此程序包依赖于StackExchange.Redis.StrongName程序包,该程序包没有支持.NET Core的发行版。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM