An open API service indexing awesome lists of open source software.

https://github.com/bdbose/go-redis-server


https://github.com/bdbose/go-redis-server

gin go go-gin golang redis

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# go-redis-server

Making a caching server for my [NewsToday](https://newstoday24.tech/)

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.