# README
go-demo
This is a simple demo service for a Kubernetes pipeline.
Requirements
This requires a configured Redis server.
Building
$ go build ./cmd/go-demo
Testing
TEST_REDIS_URL=redis://localhost:6379 go test ./...
If TEST_REDIS_URL
is not set this will default to redis://localhost:6379/9
.