Skip to content

redis rate limiting algos ( fixed window, sliding window )

Notifications You must be signed in to change notification settings

ayush-garg341/redis-rate-limiting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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