-
-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
Description
A spec for the SlidingWindowCounter algorithm should be decided on prior to writing tests. The constructor should accept parameters for the following:
windowSize - Size of the window in milliseconds
capacity - number of reqeusts allowed in each window
client - redis client instance
The SlidingWindowCounter class must implement RateLimiter
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request