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
- Host: GitHub
- URL: https://github.com/tombuildsstuff/builder-app
- Owner: tombuildsstuff
- Created: 2019-05-04T03:06:18.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-05T22:07:42.000Z (about 7 years ago)
- Last Synced: 2025-02-07T14:45:35.572Z (over 1 year ago)
- Language: HCL
- Homepage:
- Size: 80.1 KB
- Stars: 3
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```