Question

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).

Was it helpful?

Solution

I finally created one myself.

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top