Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pdxjohnny/redis-app
A Go redis app
https://github.com/pdxjohnny/redis-app
Last synced: about 1 month ago
JSON representation
A Go redis app
- Host: GitHub
- URL: https://github.com/pdxjohnny/redis-app
- Owner: pdxjohnny
- Created: 2015-07-28T08:10:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-30T16:09:51.000Z (over 9 years ago)
- Last Synced: 2024-03-16T06:51:36.763Z (8 months ago)
- Language: Python
- Size: 125 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Redis App
---This is a go application which uses redis
This project was built off of [pdxjohnny/go-starter](https://github.com/pdxjohnny/go-starter)
It uses docker to compile the binaries and the main Dockerfile adds the linux
binary to the busybox image to create an extremely small final imageBuilding
---```bash
./script/build
```Running
---```bash
./build/redis-app_linux-amd64
docker run --rm -ti -p 5000:5000 redis-app
```- John Andersen