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

https://github.com/tombuildsstuff/builder-app

An example application using Redis to demonstrate running on Azure
https://github.com/tombuildsstuff/builder-app

Last synced: over 1 year ago
JSON representation

An example application using Redis to demonstrate running on Azure

Awesome Lists containing this project

README

          

# Random Number Generator

This is an example application which inserts a random value into Redis every second; and also hosts a web page to expose that information.

## Example Usage

```shell
$ GO111MODULE=on go build -mod=vendor -o app .
$ export REDIS_HOST="example.redis.cache.windows.net"
$ export REDIS_KEY="abc123"
$ ./app
```