Skip to content

This repository demonstrates the utilization of caching to store data. In this setup, the initial request will hit the database, and subsequent requests, up to 1000 times, will retrieve data from the cache.

Notifications You must be signed in to change notification settings

Yukesh-Baskar/Cache-package

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

User Database Cache Go Package

This repository demonstrates the utilization of caching to store data. In this setup, the initial request will hit the database, and subsequent requests, up to 1000 times, will retrieve data from the cache.

Run command

go run main.go

Test Command

go test

About

This repository demonstrates the utilization of caching to store data. In this setup, the initial request will hit the database, and subsequent requests, up to 1000 times, will retrieve data from the cache.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages