Download Latest Version 5.0.0 source code.zip (72.5 kB)
Email in envelope

Get an email when there's a new version of AspNetCoreRateLimit

Home / 4.0.0
Name Modified Size InfoDownloads / Week
Parent folder
4.0.0 source code.tar.gz 2021-05-25 26.9 kB
4.0.0 source code.zip 2021-05-25 68.4 kB
README.md 2021-05-25 1.4 kB
Totals: 3 Items   96.6 kB 0

Bug fixes:

Features:

How to inject the [processing strategy] (https://github.com/stefanprodan/AspNetCoreRateLimit/blob/master/src/AspNetCoreRateLimit/StartupExtensions.cs) if you're not using the default Startup extensions:

:::C#
services.AddSingleton<IProcessingStrategy, AsyncKeyLockProcessingStrategy>();
// services.AddSingleton<IProcessingStrategy, RedisProcessingStrategy>();
Source: README.md, updated 2021-05-25