ejfinneran / ratelimit

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

Wrap options[:redis] in redis-namespace #18

Closed matiasanaya closed 8 years ago

matiasanaya commented 8 years ago

Is the original intent to wrap options[:redis] in redis-namespace? If so, this pull requests addresses that requirement.

coveralls commented 8 years ago

Coverage Status

Coverage increased (+0.07%) to 99.206% when pulling 604e97bc6dd1861de53cca66bf90cc63015e6fe0 on matiasanaya:feature/wrap-raw-redis into aa8bd7a71e263a86451a75216589d408fa133342 on ejfinneran:master.

ejfinneran commented 8 years ago

Good catch. Thanks!