Our application uses SignalR. We need to support load balanced deployment for high availability. We also use clustered Redis for caching in our app.
We are thinking of using the same Redis cluster as SignalR backplane to scale out.
But the GlobalHost.DependencyResolver.UseRedis() doesn't support multiple servers to be passed as arguments.
Please guide us on how to achieve the same if it is possible ?