Domain.RateLimiting.Redis
5.0.4-alpha
Install-Package Domain.RateLimiting.Redis -Version 5.0.4-alpha
dotnet add package Domain.RateLimiting.Redis --version 5.0.4-alpha
<PackageReference Include="Domain.RateLimiting.Redis" Version="5.0.4-alpha" />
paket add Domain.RateLimiting.Redis --version 5.0.4-alpha
#r "nuget: Domain.RateLimiting.Redis, 5.0.4-alpha"
// Install Domain.RateLimiting.Redis as a Cake Addin
#addin nuget:?package=Domain.RateLimiting.Redis&version=5.0.4-alpha&prerelease
// Install Domain.RateLimiting.Redis as a Cake Tool
#tool nuget:?package=Domain.RateLimiting.Redis&version=5.0.4-alpha&prerelease
provides a distributed Redis implementation of the IRateLimitingCacheProvider from the Domain.RateLimiting.Core package meaning that it can be used from multiple servers which is more suiting to real production environments. This is the package that keeps track of the call count per time window and gives a go or no go based on the number of calls made so far. The libraries in this repo provide distributed implementations of rate limiting using Redis for the following algorithms:
* SteppingTimeWindow
* SlidingTimeWindow
* LeakyBucket
You can even add your own implementation by implementing the IRateLimitingCacheProvider.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net452 net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.5.2
- Domain.RateLimiting.Core (>= 5.0.3-alpha)
- StackExchange.Redis (>= 1.2.3)
-
.NETStandard 1.5
- Domain.RateLimiting.Core (>= 5.0.3-alpha)
- NETStandard.Library (>= 1.6.1)
- StackExchange.Redis (>= 1.2.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
5.0.4-alpha | 754 | 7/27/2018 |
5.0.3-alpha | 1,105 | 7/13/2018 |
5.0.2-alpha | 629 | 5/21/2018 |
5.0.1-alpha | 608 | 5/17/2018 |
4.0.3-alpha | 637 | 5/3/2018 |
4.0.2-alpha | 660 | 5/2/2018 |
4.0.1-alpha | 670 | 5/1/2018 |
1.0.1-alpha | 781 | 11/17/2017 |