cc0d3rr

Results 1 issues of cc0d3rr

AspNetCoreRateLimit.Redis is not working. just adding (and some config) var redisOptions = ConfigurationOptions.Parse("dc"); services.AddSingleton(provider => ConnectionMultiplexer.Connect(redisOptions)); services.AddRedisRateLimiting(); is not enough: 'Unable to resolve service for type 'Microsoft.Extensions.Caching.Distributed.IDistributedCache' while attempting to...