aspnetcore-redis-rate-limiting icon indicating copy to clipboard operation
aspnetcore-redis-rate-limiting copied to clipboard

Implement RateLimiter.GetStatistics()

Open cristipufu opened this issue 1 year ago • 4 comments

public override RateLimiterStatistics? GetStatistics()
{
    throw new NotImplementedException();
}

cristipufu avatar Nov 06 '22 14:11 cristipufu