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

I wanted to know if the user's GROUP data is shared across servers when using SignalR + Redis. I want to know that because I need to decide whether to use Caching to keep the Group data sync across servers.

Another thing I need to know that if the data is being kept on Redis, is there any expiration for it?

share|improve this question

1 Answer

I am trying to implement SignalR using Redis, and running into issues using Group() to selectively send messages. My messages are received by the client when using All, but are not received when using Group().

share|improve this answer

Your Answer

 
discard

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

Not the answer you're looking for? Browse other questions tagged or ask your own question.