-
Notifications
You must be signed in to change notification settings - Fork 10.6k
Description
Describe the bug
As stated here StackExchange/StackExchange.Redis#1498
Getting the following error randomly - generally have to kill one of the web instances to "fix" it
Any ideas, is this fix in a new version?Key was: GBHCVTWO-PC:CASHWEB:900:PCP-1033346:0606:1.00:636821095169080876 System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'RD0003FF6F2022'.
at StackExchange.Redis.ConnectionMultiplexer.ExecuteSyncImpl[T](Message message, ResultProcessor1 processor, ServerEndPoint server) at StackExchange.Redis.RedisBase.ExecuteSync[T](Message message, ResultProcessor1 processor, ServerEndPoint server)
at BusinessObjects.Caching.RedisCacheProvider.StringSet(String key, String value, Nullable`1 expiry)
at BusinessObjects.Caching.RedisCacheProvider.SetWithExpiry[T](String key, T value, TimeSpan expiration)Exception: Cannot access a disposed object.
Object name: 'RD0003FF6F2022'.
Source: StackExchange.Redis