nikolaposa / rate-limit

🚔 General purpose rate limiter implementation.
MIT License
269 stars 47 forks source link

Use Rabbit MQ #47

Closed mitmelon closed 3 years ago

mitmelon commented 3 years ago

Is there anyway to use rabbit mq instead of redis?

nikolaposa commented 3 years ago

No, RabbitMQ is not supported. You can find the list of all supported drivers here.

To be honest, I think RabitMQ as a technology is not the right choice for rate limiting patterns at all.