Sooner or later I will need to run multiple SignalR hosts. I know what a MessageBus is and i know that there is a MessageBus for SQL Server and Redis. Implementing one for RavenDB looks doable.

The question is: Since the application already uses RavenDB for storing data, does it make sense to use RavenDB or should i use Redis for this since Redis is soo much faster than RavenDB? (SQL server is not a choice for the current project).

有帮助吗?

解决方案

I finally created one myself.

https://github.com/esskar/SignalR.RavenDB

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top