SignalR scaleout with Redis Cluster

598 views Asked by At

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

1

There are 1 answers

0
maicalal On

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