Sign in Sign up
nuget

GM.RateLimiting.Redis

Redis-backed, lock-free store for GM.RateLimiting. RedisRateLimitStore runs each algorithm (fixed window, sliding window, token bucket) as a single atomic Lua script server-side — no distributed lock, one round-trip per check — so limits are enforced across every instance at high throughput. Register with AddGMRedisRateLimitStore() to replace the default lock-guarded store.

nuget View on Nuget

Activity

Latest release
2w ago
Total releases
2
Cadence
~26 days
Last 12 months
2

Details

License
MIT
First release
Aug 05, 2026
Releases
Version Released
1.0.1 patch
1.0.0 initial