Skip to content

mrexmelle/go-redis-example

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages