UNPKG

redis-sliding-rate-limiter

Version:

Flexible and performant rate limiter based on sliding window algorithm with arbitrary precision

3 lines 140 B
export { Strategy } from './Strategy'; export { RedisStrategy } from './RedisStrategy'; export { IORedisStrategy } from './IORedisStrategy';