debasishg / scala-redis

A scala library for connecting to a redis server, or a cluster of redis nodes using consistent hashing on the client side.
1.02k stars 219 forks source link

Rate limit support #297

Closed ashwinbhaskar closed 2 years ago

ashwinbhaskar commented 2 years ago

Just an fyi, I created a small library to provide support for rate limiting on top of this library - https://github.com/ashwinbhaskar/redisclient-rate-limit