mennanov / limiters

Golang rate limiters for distributed applications
https://godoc.org/github.com/mennanov/limiters
MIT License
458 stars 49 forks source link

Fix redisKey and ZCount #48

Closed leeym closed 5 months ago

leeym commented 5 months ago

This PR fixes two issues

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 80.05%. Comparing base (6804c15) to head (d85f4f2).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #48 +/- ## ======================================= Coverage 80.05% 80.05% ======================================= Files 12 12 Lines 1449 1449 ======================================= Hits 1160 1160 Misses 212 212 Partials 77 77 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

leeym commented 5 months ago

I don't have write access to this repository so please merge the PR for me. Thanks.

mennanov commented 5 months ago

Great! Thanks!