maguec / RateLimitingExample

A super simple example of using Redis to rate limit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flask Simple Rate limiting Example

This demo contains two possible rate limiting methods

  • Fixed Bucket
git checkout fixed_bucket
  • Sliding Window
git checkout sliding_window

About

A super simple example of using Redis to rate limit