Skip to content

hamonangann/go-redis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-redis

An example of how to build Go application that retrieves data from Redis

How to compile

Install dependencies

$ go mod init
$ go get github.com/go-redis/redis/v9
$ go get github.com/gorilla/mux

About

An example of how to build Go application that retrieves data from Redis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%