okq-go

module
v0.0.0-...-048e319 Latest Latest
Warning

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

Go to latest
Published: Feb 11, 2016 License: MIT

README

okq-go

A go driver for the okq persistent queue.

okq uses the redis protocol and calling conventions as it's interface, so any standard redis client can be used to interact with it. This package wraps around a normal redis driver, however, to provide a convenient interface to interfact with. Specifically, it creates a simple interface for event consumers to use so they retrieve events through a channel rather than implementing that logic manually everytime.

Usage

To get:

go get github.com/mediocregopher/okq-go/okq

To import:

import "github.com/mediocregopher/okq-go/okq"

API docs can be found here

Directories

Path Synopsis
Package okq is a go client for the okq persitent queue To import inside your package do: import "github.com/mediocregopher/okq-go/okq" Connecting Use New to create a Client.
Package okq is a go client for the okq persitent queue To import inside your package do: import "github.com/mediocregopher/okq-go/okq" Connecting Use New to create a Client.

Jump to

Keyboard shortcuts

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