aspnetcore-redis-rate-limiting icon indicating copy to clipboard operation
aspnetcore-redis-rate-limiting copied to clipboard

Set up a Redis backplane for ASP.NET Core multi-node deployments, using the built-in Rate Limiting support that's part of .NET 7 and .NET 8.

Results 51 aspnetcore-redis-rate-limiting issues
Sort by recently updated
recently updated
newest added

The Microsoft specification has a value QueueLimit, which is not implemented in the [options ](https://github.com/cristipufu/aspnetcore-redis-rate-limiting/blob/master/src/RedisRateLimiting/SlidingWindow/RedisSlidingWindowRateLimiterOptions.cs)and would be very useful to limit the number of waiting open connections. Once QueueLimit is...