Crate redis_rate

Source

Macros§

new_limit
Compile-time checked macro to create a new Limit instance. If you want to create dynamically configured limits, use Limit::new instead.

Structs§

Limit
Rate limit setting.
LimitResult
Result of a limit check.
Limiter
Rate limiter backed by Redis.