aspnetcore-redis-rate-limiting
aspnetcore-redis-rate-limiting copied to clipboard
permitCount values larger than 1 are now supported
This should fix #36 I had to slightly change some Lua scripts to take into account the permitCount value.
I've rebased this to align it with latest version from master.
@cristipufu did you had a chance to take a look at it? No rush at all, I just wanted to give a gentle nudge and figure out if there's anything else I can do on this.
Thx
Hi @manuelspezzani please rebase again
@cristipufu done
@cristipufu is there something blocking the merge here? We'd like to use this and stay in sync with upstream.
@lofcz which rate limiter are you interested in?
Fixed and Sliding window in our case @cristipufu
Hey @cristipufu we're also interested in this (mainly for Sliding Window and Token Bucket). Thank you