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: almost 2 years ago
Linked from 1 awesome list
leaky-bucketlua-restyratelimitredis
Related projects:
Repository | Description | Stars |
---|---|---|
| A Lua module that limits the rate of requests to an application | 72 |
| A Lua module that helps limit incoming requests to a web application based on OpenResty's rate limiting capabilities. | 8 |
| A middleware solution to rate limit incoming requests in web applications | 487 |
| A Lua library for rate limiting and traffic control in web applications | 822 |
| An asynchronous rate limiter middleware implementation using Redis to track requests and enforce limits. | 320 |
| A plugin that limits the number of requests a client can make to an application in a given time frame. | 63 |
| A Lua HTTP client driver for OpenResty/ngx_lua, providing flexible and high-level interfaces for making HTTP requests | 71 |
| A rate limiter for Node.js applications using Redis as the backing store. | 719 |
| A utility to limit the execution rate of functions in promise-returning code. | 38 |
| A class that limits requests based on IP address or user session to prevent abuse and rate limiting | 39 |
| An open-source Lua module to slow down brute-force attacks on sensitive resources by artificially inflating response latency. | 27 |
| A Rack middleware that limits the rate of incoming HTTP requests to applications. | 947 |
| A package for limiting the number of requests from a client within a specified time period. | 20 |
| A bundle for Symfony applications that simplifies rate limiting by adding an annotation to controllers and actions. | 332 |
| A middleware solution for rate limiting with two sliding window algorithms and Redis storage. | 13 |