Server Error in '/' Application.

Timeout performing EXISTS FmkStr.setting.all, inst: 2, mgr: ProcessReadQueue, err: never, queue: 20, qu: 0, qs: 20, qc: 0, wr: 0, wq: 0, in: 131072, ar: 1, clientName: WIN-SEO4MF37SU2, serverEndpoint: 127.0.0.1:6379, keyHashSlot: 9878, IOCP: (Busy=0,Free=1000,Min=48,Max=1000), WORKER: (Busy=38,Free=32729,Min=48,Max=32767), Local-CPU: unavailable (Please take a look at this article for some common client-side issues that can cause timeouts: https://github.com/StackExchange/StackExchange.Redis/tree/master/Docs/Timeouts.md)

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.TimeoutException: Timeout performing EXISTS FmkStr.setting.all, inst: 2, mgr: ProcessReadQueue, err: never, queue: 20, qu: 0, qs: 20, qc: 0, wr: 0, wq: 0, in: 131072, ar: 1, clientName: WIN-SEO4MF37SU2, serverEndpoint: 127.0.0.1:6379, keyHashSlot: 9878, IOCP: (Busy=0,Free=1000,Min=48,Max=1000), WORKER: (Busy=38,Free=32729,Min=48,Max=32767), Local-CPU: unavailable (Please take a look at this article for some common client-side issues that can cause timeouts: https://github.com/StackExchange/StackExchange.Redis/tree/master/Docs/Timeouts.md)

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:


[TimeoutException: Timeout performing EXISTS FmkStr.setting.all, inst: 2, mgr: ProcessReadQueue, err: never, queue: 20, qu: 0, qs: 20, qc: 0, wr: 0, wq: 0, in: 131072, ar: 1, clientName: WIN-SEO4MF37SU2, serverEndpoint: 127.0.0.1:6379, keyHashSlot: 9878, IOCP: (Busy=0,Free=1000,Min=48,Max=1000), WORKER: (Busy=38,Free=32729,Min=48,Max=32767), Local-CPU: unavailable (Please take a look at this article for some common client-side issues that can cause timeouts: https://github.com/StackExchange/StackExchange.Redis/tree/master/Docs/Timeouts.md)]
   StackExchange.Redis.ConnectionMultiplexer.ExecuteSyncImpl(Message message, ResultProcessor`1 processor, ServerEndPoint server) +521
   StackExchange.Redis.RedisBase.ExecuteSync(Message message, ResultProcessor`1 processor, ServerEndPoint server) +70
   StackExchange.Redis.RedisDatabase.KeyExists(RedisKey key, CommandFlags flags) +180
   FmkStr.Core.Caching.RedisCacheManager.IsSet(String key) in D:\Project\FimkaStoreMobile\webapi\Libraries\FmkStr.Core\Caching\RedisCacheManager.cs:114
   FmkStr.Core.Caching.CacheExtensions.Get(ICacheManager cacheManager, String key, Int32 cacheTime, Func`1 acquire) in D:\Project\FimkaStoreMobile\webapi\Libraries\FmkStr.Core\Caching\Extensions.cs:37
   FmkStr.Services.Configuration.SettingService.GetAllSettingsCached() in D:\Project\FimkaStoreMobile\webapi\Libraries\FmkStr.Services\Configuration\SettingService.cs:83
   FmkStr.Services.Configuration.SettingService.GetSettingByKey(String key, T defaultValue, Int32 storeId, Boolean loadSharedValueIfNotFound) in D:\Project\FimkaStoreMobile\webapi\Libraries\FmkStr.Services\Configuration\SettingService.cs:262
   FmkStr.Services.Configuration.SettingService.LoadSetting(Int32 storeId) in D:\Project\FimkaStoreMobile\webapi\Libraries\FmkStr.Services\Configuration\SettingService.cs:368
   Autofac.Builder.<>c__DisplayClass0_0`1.<ForDelegate>b__0(IComponentContext c, IEnumerable`1 p) +18
   Autofac.Core.Activators.Delegate.DelegateActivator.ActivateInstance(IComponentContext context, IEnumerable`1 parameters) +35
   Autofac.Core.Resolving.InstanceLookup.Activate(IEnumerable`1 parameters) +119

[DependencyResolutionException: An error occurred during the activation of a particular registration. See the inner exception for details. Registration: Activator = StoreInformationSettings (DelegateActivator), Services = [FmkStr.Core.Domain.StoreInformationSettings], Lifetime = Autofac.Core.Lifetime.CurrentScopeLifetime, Sharing = Shared, Ownership = OwnedByLifetimeScope ---> Timeout performing EXISTS FmkStr.setting.all, inst: 2, mgr: ProcessReadQueue, err: never, queue: 20, qu: 0, qs: 20, qc: 0, wr: 0, wq: 0, in: 131072, ar: 1, clientName: WIN-SEO4MF37SU2, serverEndpoint: 127.0.0.1:6379, keyHashSlot: 9878, IOCP: (Busy=0,Free=1000,Min=48,Max=1000), WORKER: (Busy=38,Free=32729,Min=48,Max=32767), Local-CPU: unavailable (Please take a look at this article for some common client-side issues that can cause timeouts: https://github.com/StackExchange/StackExchange.Redis/tree/master/Docs/Timeouts.md) (See inner exception for details.)]
   Autofac.Core.Resolving.InstanceLookup.Activate(IEnumerable`1 parameters) +454
   Autofac.Core.Lifetime.LifetimeScope.GetOrCreateAndShare(Guid id, Func`1 creator) +158
   Autofac.Core.Resolving.InstanceLookup.Execute() +175
   Autofac.Core.Resolving.ResolveOperation.GetOrCreateInstance(ISharingLifetimeScope currentOperationScope, IComponentRegistration registration, IEnumerable`1 parameters) +171
   Autofac.Core.Resolving.ResolveOperation.Execute(IComponentRegistration registration, IEnumerable`1 parameters) +108
   Autofac.ResolutionExtensions.TryResolveService(IComponentContext context, Service service, IEnumerable`1 parameters, Object& instance) +135
   Autofac.ResolutionExtensions.ResolveService(IComponentContext context, Service service, IEnumerable`1 parameters) +70
   Autofac.ResolutionExtensions.Resolve(IComponentContext context, IEnumerable`1 parameters) +88
   FmkStr.Web.MvcApplication.Application_BeginRequest(Object sender, EventArgs e) in D:\Project\FimkaStoreMobile\webapi\Presentation\FmkStr.Web\Global.asax.cs:116
   System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +142
   System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) +75
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +93


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.4700.0