# Functions
NewLimiter returns a new rate limiter.
SetRateLimitHTTPHeaders sets rate limit headers to the response.
# Structs
Config is the configuration for rate limiter.
Limiter is a rate limiter.
RedisStoreConfig is the configuration for RedisStore.
Result is the result of a Take call.