No connection is active/available to service this operation: FLUSHALL; It was not possible to connect to the redis server(s)
I have asp.net core 3.1 application leveraging Azure Redis Cache with nuget package : StackExchange.Redis (Version: 2.2.62). Here I am trying to reset the Cache at every app startup event with the following code: ResetCacheService.cs public class ResetCacheService : IHostedService…