go-redis-pubsub

command module
v0.0.0-...-5ba4334 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 17, 2019 License: GPL-3.0 Imports: 5 Imported by: 0

README

go-redis-pubsub

Simple application that implement Publisher/Subcriber pattern using Golang and Redis.

CircleCI

Installation

Manual Install
  • You need Golang installed on your machine: https://golang.org
  • Clone repository (all dependicies will be installed) $ go get github.com/cybervagabound2/go-redis-pubsub
  • Install Redis: https://redis.io/topics/quickstart
  • Run redis server: $ redis-server &
  • In project directory, build application: $ go build main.go
  • Run application: $ ./main
Install via .sh script

$ chmod +x install.sh
$ ./install.sh

Install via Docker

Screencast

TODO

  • Setup CI/CD
  • Create tests
  • Create websocket implementation

Documentation

Overview

Basic implementation of Publisher/Subscriber pattern

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL