This repository contains a Python implementation of time-bucketed
and GCRA
algorithms to limit requests.
For more info go to the article Rate limiting using Python and Redis
Configure Redis and make it running on the default port 6379
. Then install Python dependencies
pip install redis
python main_tb.py
python main_gcra.py