ejfinneran / ratelimit

A Redis-backed rate limiter written in Ruby
MIT License
260 stars 57 forks source link

Thread safety #5

Closed ejfinneran closed 10 years ago

ejfinneran commented 11 years ago

Make ratelimit thread safe. Target VMs are Rubinius and JRuby.

ejfinneran commented 10 years ago

It actually looks like the Redis gem handles the heavy lifting here.