Skip to content

An example application using Redis to demonstrate running on Azure

Notifications You must be signed in to change notification settings

jbardin/builder-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

About

An example application using Redis to demonstrate running on Azure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HCL 67.6%
  • Go 30.6%
  • Dockerfile 1.8%