lua-resty-redis-ratelimit

Request limiter

A Lua-based module to limit incoming requests between multiple instances using a 'leaky bucket' algorithm and Redis as the backend storage.

Limit the request processing rate between multiple NGINX instances backed by Redis

GitHub

163 stars
14 watching
41 forks
Language: Perl
last commit: over 3 years ago
Linked from 1 awesome list

leaky-bucketlua-restyratelimitredis

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
upyun/lua-resty-limit-rateA Lua module that limits the rate of requests to an application72
membphis/lua-resty-limitsA Lua module that helps limit incoming requests to a web application based on OpenResty's rate limiting capabilities.8
koajs/ratelimitA middleware solution to rate limit incoming requests in web applications487
openresty/lua-resty-limit-trafficA Lua library for rate limiting and traffic control in web applications822
microlinkhq/async-ratelimiterAn asynchronous rate limiter middleware implementation using Redis to track requests and enforce limits.320
usemuffin/throttleA plugin that limits the number of requests a client can make to an application in a given time frame.63
timebug/lua-resty-httpipeA Lua HTTP client driver for OpenResty/ngx_lua, providing flexible and high-level interfaces for making HTTP requests71
tj/node-ratelimiterA rate limiter for Node.js applications using Redis as the backing store.719
lpinca/valveletA utility to limit the execution rate of functions in promise-returning code.38
akirk/php-ratelimiterA class that limits requests based on IP address or user session to prevent abuse and rate limiting39
p0pr0ck5/lua-resty-tarpitAn open-source Lua module to slow down brute-force attacks on sensitive resources by artificially inflating response latency.27
dryruby/rack-throttleA Rack middleware that limits the rate of incoming HTTP requests to applications.947
reg2005/adonis-request-throttlerA package for limiting the number of requests from a client within a specified time period.20
jaytaph/ratelimitbundleA bundle for Symfony applications that simplifies rate limiting by adding an annotation to controllers and actions.332
shareed2k/fiber_limiterA middleware solution for rate limiting with two sliding window algorithms and Redis storage.13