您可以尝试以下方法:
GlobalHost.DependencyResolver.UseRedis(newRedisScaleoutConfiguration(connectionString, "YourServer"));
和连接字符串类似:
connectionString =“ yourNameHere.cache.windows.net,ssl = true,password =
YourPasswordKey”
确保您使用的是由StackExchange.Redis构建的SignalR(最新是gratest;)



