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
- Host: GitHub
- URL: https://github.com/canack/go-redis-sentinel-sample
- Owner: canack
- License: gpl-3.0
- Created: 2024-07-31T06:19:46.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-31T06:39:33.000Z (almost 2 years ago)
- Last Synced: 2024-07-31T08:01:30.224Z (almost 2 years ago)
- Language: Go
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```