简体   繁体   English

可靠的集合可以在Service Fabric之外使用吗?

[英]Can Reliable Collections be used outside of Service Fabric?

I have an existing application that would greatly benefit from reliable collections, but I don't want to port all or part of it to Service Fabric. 我有一个现有的应用程序,可以从可靠的集合中获益,但我不想将其全部或部分内容移植到Service Fabric。 Is it possible to make use of the Reliable Collections with a custom backend that isn't part of Service Fabric? 是否可以使用不属于Service Fabric的自定义后端来使用Reliable Collections?

不,它们是Service Fabric状态编程模型的一部分,但是您可以使用System.Collections.Concurrent中的集合并将状态保存在Redis Cache中。

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

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