質問

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