-
Notifications
You must be signed in to change notification settings - Fork 27
permitCount values larger than 1 are now supported #49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
(cherry picked from commit bb6baed024a4595a639085db09df954c90b064bf)
I've rebased this to align it with latest version from master. @cristipufu did you had a chance to take a look at it? Thx |
Hi @manuelspezzani please rebase again |
# Conflicts: # src/RedisRateLimiting/Concurrency/RedisConcurrencyManager.cs # src/RedisRateLimiting/FixedWindow/RedisFixedWindowManager.cs # src/RedisRateLimiting/SlidingWindow/RedisSlidingWindowManager.cs # src/RedisRateLimiting/TokenBucket/RedisTokenBucketManager.cs # test/RedisRateLimiting.Tests/UnitTests/SlidingWindowUnitTests.cs
@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 |
This should fix #36
I had to slightly change some Lua scripts to take into account the permitCount value.