ejfinneran / ratelimit

A Redis-backed rate limiter written in Ruby
MIT License
257 stars 55 forks source link

Allow to use non-string subject and key #1

Closed alno closed 12 years ago

alno commented 12 years ago

Sometimes it's convenient to use as subject some record id, which is number.

ejfinneran commented 12 years ago

Thanks for the help. Merged into master.