Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I read "How does SignalR.Redis work under the hood?" and the latest documentation on SignalR with Redis Running on a Windows Azure VM, however I would just like some clarification:

A client connects to a load balancer which balances the request to two SignalR application instances. A Redis server is connected between the two instances which ensures the requesting client receives the correct response through the load balancer.

So far is this correct?

So if I'm understanding this correctly, if we add a third SignalR application instance, this also simply connects to the Redis server (a second Redis server between app2 and app3 is not required).

What about Redis server redundancy? What do the SignalR instances point to if using a clustered Redis environment with say, three Sentinels running?

share|improve this question
I don't even know how clustered redis servers work so I'm not even sure what the behavior is or would need to be. File an issue on github detailing what your expectations are and we can look into it. – dfowler Nov 23 '12 at 10:50

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.