Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/martishin/golang-redis-example

Golang Redis usage example
https://github.com/martishin/golang-redis-example

docker-compose dockerfile go go-redis golang golang-examples redis

Last synced: about 2 months ago
JSON representation

Golang Redis usage example

Awesome Lists containing this project

README

        

# Go Redis Example
Redis usage example in Go

## Running Locally
* Run Redis locally using Docker: `make run-redis`
* Run the application: `go run main.go`
* Alternatively, run the app and Redis using Docker Compose: `make build && make run`

## Technologies Used
* [Go](https://go.dev/)
* [go-redis](https://github.com/redis/go-redis)
* [Redis](https://redis.io/)
* [Docker](https://www.docker.com/)