Rate limiter using the Sliding Window Log algorithm.
Check if request is allowed under the rate limit
Destroy the rate limiter
Get current usage for a key
Reset rate limit for a specific key
Rate limiter using the Sliding Window Log algorithm.