Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 170 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 170 Bytes

go-redis-cache

Caching In GoLang Using Redis

Start Redis

docker compose up

Run Application

go run main.go

Stop cmd for Redis

docker compose down --volumes