fastify / fastify-rate-limit

A low overhead rate limiter for your routes
MIT License
504 stars 71 forks source link

Make ban work with Redis #335

Closed gurgunday closed 1 year ago

gurgunday commented 1 year ago

Prerequisites

🚀 Feature Proposal

The ban property currently only works in-memory, we can do better

Motivation

No response

Example

No response