Skip to content

Latest commit

 

History

History
59 lines (25 loc) · 978 Bytes

README.md

File metadata and controls

59 lines (25 loc) · 978 Bytes

Description

  1. Register Page : Note email : maitisattwil@gmail.com

image

  1. Otp send to the above maitisattwik@gmail.com (at 10.33 pm )

image

  1. Otp submitted within 5 minutes and accepted

image

  1. Otp submitted at 10.39 pm , so otp becomes invalid

image

  1. Redis / Cache MISS when first time fetched data {see Fetched time : 5.14s}

image

  1. Redis / Cache HIT , when tried to fetch again ( see Fetched Time : 11ms)

image

  1. Rate Limiting - Client Ip address noted by Redis when first time cache HIT (Max Request Allowed with 20 sec : 10 tiems)

image

  1. Rate limiting exceeded . 10 times requested (Terminal counter value : 11/10 )

image

  1. Home page

image

  1. Single Blog Page

image

  1. Write Page

image

  1. Update Blog

image