diff --git a/04-03-Redis-Backplane/ScalingWithRedis/Startup.cs b/04-03-Redis-Backplane/ScalingWithRedis/Startup.cs index 733260d..2f41591 100644 --- a/04-03-Redis-Backplane/ScalingWithRedis/Startup.cs +++ b/04-03-Redis-Backplane/ScalingWithRedis/Startup.cs @@ -13,8 +13,10 @@ void SetupScaleOut() { GlobalHost.DependencyResolver.UseRedis("myredisbackplane.redis.cache.windows.net", 6379, + #region Hidden on purpose "8gUnFTrhXH8Lc4RI3PjHpfu51QHgVTMrSkogsqbZek8=", - "RedisBackplaneDemo"); + #endregion + "RedisBackplaneDemo"); } public void Configuration(IAppBuilder app)