Reputation: 874
I read the Microsoft documentation of SignalR and says that:
SignalR scaleout with Redis does not support Redis clusters.
but the documentation is 06/10/2014. To date there is a solution to use the Redis backplane with a cluster redis? Or how could I solve the problem? some idea? thank you
Upvotes: 2
Views: 637
Reputation: 101
If you are still looking for a solution than this is what you need:
For .net framework: https://www.nuget.org/packages/Microsoft.AspNet.SignalR.StackExchangeRedis
For .net core:
https://www.nuget.org/packages/Microsoft.AspNetCore.SignalR.StackExchangeRedis
Upvotes: 0