Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
迟早我需要运行多个 SignalR 主机。我知道 MessageBus 是什么,并且我知道 SQL Server 和 Redis 有一个 MessageBus。为 RavenDB 实现一个看起来是可行的。
问题是:既然应用程序已经使用 RavenDB 来存储数据,那么使用 RavenDB 是否有意义,或者我应该使用 Redis,因为 Redis 比 RavenDB 快得多?(SQL server 不是当前项目的选择)。
我终于自己创造了一个。
https://github.com/esskar/SignalR.RavenDB