redis-sliding-rate-limiter
Version:
Flexible and performant rate limiter based on sliding window algorithm with arbitrary precision
23 lines (14 loc) • 360 B
Markdown
## 5.0.0
* Fix `redis@4` `sendCommand` arguments type (required string or Buffer).
* Added minimum `Node.js` version in `package.json`.
* Added changelog.
* Run tests serially (`jest --runInBand`) to minimize timing issues.
## 4.0.0
* Changed `RateLimiterOptions` interface.
* Support for `redis@4` and `ioredis@5`.
## 3.0.0
NA
## 2.0.0
NA
## 1.0.0
NA