Pergunta

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

Foi útil?

Solução

I finally created one myself.

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top