Is your feature request related to a problem? Please describe.
I'd like a Rate limiting module in Deno std. Similar to .NET’s System.Threading.RateLimiting. This covers the classic use case of "allow key X at most N requests per window."
Discord discussion: https://discord.com/channels/684898665143206084/775393009981849600/1485901437765681244
Describe the solution you'd like
In memory, Deno KV and Redis backed store.
Describe alternatives you've considered
Using NPM alternatives, but they are suboptimal
Ref: #7063
Is your feature request related to a problem? Please describe.
I'd like a Rate limiting module in Deno std. Similar to .NET’s
System.Threading.RateLimiting. This covers the classic use case of "allow key X at most N requests per window."Discord discussion: https://discord.com/channels/684898665143206084/775393009981849600/1485901437765681244
Describe the solution you'd like
In memory, Deno KV and Redis backed store.
Describe alternatives you've considered
Using NPM alternatives, but they are suboptimal
Ref: #7063