Loading
docs(rate_limit): add mermaid diagrams for architecture, evaluation, and Redis flow
Adds three diagrams to the module README:
- architecture overview (Limiter -> Evaluator -> Redis/Metrics)
- rule evaluation flowchart highlighting the :log non-terminating
behavior, the unmatched fallback, and the fail-open path
- Redis sequence for INCR + TTL pipelining with conditional EXPIRE on
first write of a window
Co-Authored-By:
Claude Opus 4.7 (1M context) <noreply@anthropic.com>