https://github.com/nattatorn-dev/go-redis
https://github.com/nattatorn-dev/go-redis
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nattatorn-dev/go-redis
- Owner: nattatorn-dev
- Created: 2021-03-27T18:28:58.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-27T19:10:40.000Z (about 4 years ago)
- Last Synced: 2025-03-29T05:38:06.117Z (about 2 months ago)
- Language: Go
- Size: 3.51 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Docker
```bash
docker build -t nattatorn-dev/go-redis .
docker run --rm -p 8080:80 nattatorn-dev/go-redis
```