- When setting expiration window rely on TTL and not counts #3
- Bumping up gems in Gemfile.lock
- Adding test to test window expiration for
FixedWindowStrategy
- Fixing a bug where
SlidingWindowStrategy
allowed occasional requests slip through over the limit.
- Fixing a bug where
FixedWindowStrategy
was not setting expiration on window.
- Initial commit!