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
163 stars
14 watching
41 forks
Language: Perl
last commit: over 1 year ago
Linked from 1 awesome list
leaky-bucketlua-restyratelimitredis
Related projects:
Repository | Description | Stars |
---|---|---|
upyun/lua-resty-limit-rate | A Lua module that limits the rate of requests to an application | 72 |
membphis/lua-resty-limits | A Lua module that helps limit incoming requests to a web application based on OpenResty's rate limiting capabilities. | 8 |
koajs/ratelimit | A middleware solution to rate limit incoming requests in web applications | 487 |
openresty/lua-resty-limit-traffic | A Lua library for rate limiting and traffic control in web applications | 822 |
microlinkhq/async-ratelimiter | An asynchronous rate limiter middleware implementation using Redis to track requests and enforce limits. | 320 |
usemuffin/throttle | A plugin that limits the number of requests a client can make to an application in a given time frame. | 63 |
timebug/lua-resty-httpipe | A Lua HTTP client driver for OpenResty/ngx_lua, providing flexible and high-level interfaces for making HTTP requests | 71 |
tj/node-ratelimiter | A rate limiter for Node.js applications using Redis as the backing store. | 719 |
lpinca/valvelet | A utility to limit the execution rate of functions in promise-returning code. | 38 |
akirk/php-ratelimiter | A class that limits requests based on IP address or user session to prevent abuse and rate limiting | 39 |
p0pr0ck5/lua-resty-tarpit | An open-source Lua module to slow down brute-force attacks on sensitive resources by artificially inflating response latency. | 27 |
dryruby/rack-throttle | A Rack middleware that limits the rate of incoming HTTP requests to applications. | 947 |
reg2005/adonis-request-throttler | A package for limiting the number of requests from a client within a specified time period. | 20 |
jaytaph/ratelimitbundle | A bundle for Symfony applications that simplifies rate limiting by adding an annotation to controllers and actions. | 332 |
shareed2k/fiber_limiter | A middleware solution for rate limiting with two sliding window algorithms and Redis storage. | 13 |