strict-rate-limiter icon indicating copy to clipboard operation
strict-rate-limiter copied to clipboard

Rate limiter backed by redis with strict concurrency rules for scalable applications

Results 1 strict-rate-limiter issues
Sort by recently updated
recently updated
newest added

just wondering if there are some typos like **var** limiters[id] = new RateLimiter({ id: id, limit: 100, // 100 tokens duration: 60000 // 60s duration }, redisClient); and if you...