go-eque

module
v0.0.7 Latest Latest
Warning

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

Go to latest
Published: Oct 28, 2021 License: GPL-3.0

README

go-eque

Exclusive message queue built upon Redis, written in Go.

Installation

go-eque may be installed using the go get command:

go get github.com/pghq/go-eque

Usage

import "github.com/pghq/go-eque/eque"

To create a new queue:

queue, err := eque.New("name-of-your-queue")
if err != nil{
    panic(err)
}

p.s. - it's pronounced EQ.

Directories

Path Synopsis
Package eque provides resources for interacting with this application.
Package eque provides resources for interacting with this application.
scheduler
Package scheduler provides a scheduler for recurring tasks.
Package scheduler provides a scheduler for recurring tasks.
worker
Package worker provides a background worker for offline processing.
Package worker provides a background worker for offline processing.

Jump to

Keyboard shortcuts

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