mokies / ratelimitj

A Java library for Rate-Limiting, providing extensible storage and application framework adaptors.
Apache License 2.0
480 stars 93 forks source link

Implement Redis concurrent rate limiter #8

Open robmoore opened 6 years ago

robmoore commented 6 years ago

I noticed this item in the project backlog and would like to express my interest in it. Do you anticipate this will be implemented in the near future?

robmoore commented 6 years ago

I've created an implementation for my own use in Kotlin. Suggestions welcome.

mokies commented 6 years ago

Hi @robmoore, Sorry for the late reply as I been on holiday. While I don't have a timeline for implementing the concurrent Redis rate limiter it is something I would like to see completed for the next release.