Skip to content
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

permitCount values larger than 1 are now supported #49

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

manuelspezzani
Copy link

This should fix #36
I had to slightly change some Lua scripts to take into account the permitCount value.

@manuelspezzani
Copy link
Author

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

@cristipufu
Copy link
Owner

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
@manuelspezzani
Copy link
Author

@cristipufu done

@lofcz
Copy link

lofcz commented Oct 18, 2023

@cristipufu is there something blocking the merge here? We'd like to use this and stay in sync with upstream.

@cristipufu
Copy link
Owner

@lofcz which rate limiter are you interested in?

@lofcz
Copy link

lofcz commented Oct 19, 2023

Fixed and Sliding window in our case @cristipufu

@wub
Copy link

wub commented Mar 7, 2024

Hey @cristipufu we're also interested in this (mainly for Sliding Window and Token Bucket). Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

permitCount paramater values larger than 1 are currently not supported
4 participants