pampua84
pampua84

Reputation: 874

SignalR scaleout with Redis Cluster

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

Answers (1)

maicalal
maicalal

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

Related Questions