Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 391 Bytes

README.md

File metadata and controls

8 lines (4 loc) · 391 Bytes

go-redis-server

Making a caching server for my NewsToday

Earlier the response time of the heavy NodeJs Server is around 1s and now as I use redis to cache the response as the response does not change for 18mins.

Using caching response time came to an average of 5ms which is 95% less than the previous response and a huge benefit for the frontend and SEO.