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

https://github.com/canack/go-redis-sentinel-sample

Example of Redis Sentinel and Go implementation
https://github.com/canack/go-redis-sentinel-sample

Last synced: 10 months ago
JSON representation

Example of Redis Sentinel and Go implementation

Awesome Lists containing this project

README

          

# go-redis-sentinel-sample
Example of Redis Sentinel and Go implementation

## How to run
1. Start Redis Sentinel
```bash
docker-compose up -d
```

2. Run the application
```bash
go run main.go
```