/redis-rate-limiting

redis rate limiting algos ( fixed window, sliding window )

Primary LanguagePython

Steps to run the project

  • git pull

  • create virtual env ( virtualenv -p python3 env )

  • activate virtual env ( source env/bin/activate )

  • pip install -r requirements.txt

  • python3 manage.py runserver

  • To check fixed window algo open the below url in browser

  • To test sliding window algo, hit the below curl and see magic