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
- Host: GitHub
- URL: https://github.com/bdbose/go-redis-server
- Owner: bdbose
- Created: 2021-10-04T20:54:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-04T21:08:35.000Z (over 4 years ago)
- Last Synced: 2025-03-14T12:14:38.446Z (about 1 year ago)
- Topics: gin, go, go-gin, golang, redis
- Language: Go
- Homepage: https://newtoday24.tech
- Size: 6.84 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.