AICentral.RateLimiting.DistributedRedis 0.21.0-pullrequest0152-0004

This is a prerelease version of AICentral.RateLimiting.DistributedRedis.
There is a newer version of this package available.
See the version list below for details.
dotnet add package AICentral.RateLimiting.DistributedRedis --version 0.21.0-pullrequest0152-0004
                    
NuGet\Install-Package AICentral.RateLimiting.DistributedRedis -Version 0.21.0-pullrequest0152-0004
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AICentral.RateLimiting.DistributedRedis" Version="0.21.0-pullrequest0152-0004" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AICentral.RateLimiting.DistributedRedis" Version="0.21.0-pullrequest0152-0004" />
                    
Directory.Packages.props
<PackageReference Include="AICentral.RateLimiting.DistributedRedis" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add AICentral.RateLimiting.DistributedRedis --version 0.21.0-pullrequest0152-0004
                    
#r "nuget: AICentral.RateLimiting.DistributedRedis, 0.21.0-pullrequest0152-0004"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=AICentral.RateLimiting.DistributedRedis&version=0.21.0-pullrequest0152-0004&prerelease
                    
Install AICentral.RateLimiting.DistributedRedis as a Cake Addin
#tool nuget:?package=AICentral.RateLimiting.DistributedRedis&version=0.21.0-pullrequest0152-0004&prerelease
                    
Install AICentral.RateLimiting.DistributedRedis as a Cake Tool

AICentral.RateLimiting.DistributedRedis

A Distributed Rate Limiter for use with (AICentral)[www.github.com/microsoft/aicentral]

Configuration


dotnet add package AICentral.RateLimiting.DistributedRedis


builder.Services.AddAICentral(
    builder.Configuration,
    additionalComponentAssemblies:
    [
        typeof(DistributedRateLimiter).Assembly,
    ]);


{
  "AICentral": {
    "GenericSteps": [
      {
        "Type": "DistributedRateLimiter",
        "Name": "request-rate-limiter",
        "Properties": {
          "LimitType": "PerEndpoint|PerConsumer",
          "MetricType": "Tokens|Requests",
          "Window": "00:00:10",
          "PermitLimit": 100,
          "RedisConfiguration" : "<Redis connection string>"
        }
      }
    ]    
  }
}

How does it work?

For each pipeline a Redis Key is constructed which will identify this pipeline (optionally and the client) across AICentral Instances. We store a Hash against this Redis key which is the current count of requests or tokens used.

Importantly the Hash Key contains a value derived from a Static point in time and the window information. This means the Key will always be the same across instances.

The Rate Limiter checks the sum of all the Hashes for the current window and if it is greater than the limit then the request is rejected. The key automatically changes as we enter a new window meaning the totals are reset.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
0.21.0 111 6 months ago
0.21.0-pullrequest0152-0005 103 6 months ago
0.21.0-pullrequest0152-0004 90 6 months ago
0.20.5 110 8 months ago
0.20.5-pullrequest0148-0004 91 8 months ago
0.20.5-pullrequest0148-0002 71 8 months ago
0.20.3 118 9 months ago
0.20.3-pullrequest0146-0005 99 9 months ago
0.20.3-pullrequest0146-0004 95 9 months ago
0.20.0 129 10 months ago
0.20.0-pullrequest0143-0013 103 10 months ago
0.20.0-pullrequest0143-0012 102 10 months ago
0.20.0-pullrequest0143-0011 101 10 months ago
0.20.0-pullrequest0143-0010 106 10 months ago
0.20.0-pullrequest0143-0009 111 10 months ago
0.19.6-pullrequest0143-0008 102 10 months ago
0.19.0 104 7/29/2024
0.19.0-pullrequest0136-0014 83 7/29/2024
0.19.0-pullrequest0136-0013 81 7/29/2024
0.19.0-pullrequest0136-0012 85 7/29/2024
0.19.0-pullrequest0136-0011 84 7/29/2024
0.19.0-pullrequest0136-0010 86 7/29/2024
0.19.0-pullrequest0136-0009 91 7/27/2024
0.19.0-pullrequest0136-0008 88 7/27/2024
0.19.0-pullrequest0136-0007 90 7/27/2024
0.18.7-pullrequest0136-0006 93 7/27/2024
0.18.1 119 7/10/2024
0.18.1-pullrequest0129-0007 86 7/10/2024
0.18.0 145 7/10/2024
0.18.0-pullrequest0125-0014 93 7/10/2024
0.18.0-pullrequest0125-0013 107 7/10/2024
0.18.0-pullrequest0125-0012 96 7/10/2024
0.18.0-pullrequest0125-0011 96 7/10/2024
0.18.0-pullrequest0125-0010 105 7/10/2024
0.18.0-pullrequest0125-0009 97 7/10/2024
0.17.0 103 7/8/2024
0.17.0-pullrequest0123-0024 90 7/8/2024
0.17.0-pullrequest0123-0023 83 7/8/2024
0.17.0-pullrequest0123-0021 104 7/8/2024
0.17.0-pullrequest0123-0020 83 7/8/2024
0.17.0-pullrequest0123-0019 82 7/8/2024
0.17.0-pullrequest0123-0018 75 7/8/2024
0.17.0-pullrequest0123-0017 91 7/8/2024
0.17.0-pullrequest0123-0016 92 7/8/2024
0.17.0-pullrequest0123-0015 86 7/8/2024
0.17.0-pullrequest0123-0014 75 7/8/2024
0.17.0-pullrequest0123-0013 76 7/8/2024
0.17.0-pullrequest0123-0012 78 7/8/2024
0.17.0-pullrequest0123-0011 86 7/8/2024
0.17.0-pullrequest0123-0009 316 7/6/2024
0.17.0-pullrequest0123-0008 84 7/6/2024
0.16.23 99 6/12/2024
0.16.23-pullrequest0118-0005 87 6/12/2024
0.16.23-pullrequest0118-0004 80 6/12/2024
0.16.23-pullrequest0118-0003 83 6/12/2024